Color spaces of #06b98e
RGB | 6 | 185 | 142 |
---|---|---|---|
HSL | 0.46 | 0.94 | 0.37 |
HSV | 166° | 97° | 73° |
CMYK | 0.97 | 0.00 | 0.23 0.27 |
XYZ | 22.3066 | 36.6896 | 31.4973 |
Yxy | 36.6896 | 0.2465 | 0.4054 |
Hunter Lab | 60.5719 | -40.2654 | 11.5697 |
CIE-Lab | 67.0435 | -49.5315 | 10.9065 |
#06b98e color RGB value is (6,185,142).
#06b98e hex color red value is 6, green value is 185 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #06b98e hue: 0.46 , saturation: 0.94 and the lightness value of 06b98e is 0.37.
The process color (four color CMYK) of #06b98e color hex is 0.97, 0.00, 0.23, 0.27. Web safe color of #06b98e is #00cc99. Color #06b98e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 10111001 | 10001110 |
Octal | 6 | 271 | 216 |
Decimal | 6 | 185 | 142 |
Hex | 6 | B9 | 8E |
Shades of #06b98e
Tints of #06b98e
RGB Percentages of Color #06b98e
CMYK Percentages of Color #06b98e
Complementary Color
#06b98e | #b90631 |
#06b98e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06b98e Color Preview on White Background
Lorem ipsum dolor sit amet.
#06b98e Color CSS Codes
.mybgcolor {background-color:#06b98e; } .myforecolor {color:#06b98e; } .mybordercolor {border:3px solid #06b98e; }
#06b98e Text Font Color
<p style="color:#06b98e">Text here</p>
This sample text font color is #06b98e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#06b98e Background Color
<div style="background-color:#06b98e">
Div content here</div>
This div background color is #06b98e
#06b98e Border Color
<div style="border:3px solid #06b98e">
Div here</div>
This div border color is #06b98e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,185,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06b98e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06b98e; -webkit-box-shadow: 1px 1px 3px 2px #06b98e; box-shadow: 1px 1px 3px 2px #06b98e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,185,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06b98e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06b98e; -webkit-box-shadow: 1px 1px 3px 2px #06b98e; box-shadow: 1px 1px 3px 2px #06b98e;">
Div content here</div>
This div box has shadow with color #06b98e
Comments
No comments written yet.
Please login to write comment.