Color spaces of #06d299
RGB | 6 | 210 | 153 |
---|---|---|---|
HSL | 0.45 | 0.94 | 0.42 |
HSV | 163° | 97° | 82° |
CMYK | 0.97 | 0.00 | 0.27 0.18 |
XYZ | 28.8715 | 48.4318 | 37.9636 |
Yxy | 48.4318 | 0.2505 | 0.4202 |
Hunter Lab | 69.5930 | -47.7347 | 16.3718 |
CIE-Lab | 75.0965 | -56.5480 | 16.2964 |
#06d299 color RGB value is (6,210,153).
#06d299 hex color red value is 6, green value is 210 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #06d299 hue: 0.45 , saturation: 0.94 and the lightness value of 06d299 is 0.42.
The process color (four color CMYK) of #06d299 color hex is 0.97, 0.00, 0.27, 0.18. Web safe color of #06d299 is #00cc99. Color #06d299 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 11010010 | 10011001 |
Octal | 6 | 322 | 231 |
Decimal | 6 | 210 | 153 |
Hex | 6 | D2 | 99 |
Shades of #06d299
Tints of #06d299
RGB Percentages of Color #06d299
CMYK Percentages of Color #06d299
Complementary Color
#06d299 | #d2063f |
#06d299 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06d299 Color Preview on White Background
Lorem ipsum dolor sit amet.
#06d299 Color CSS Codes
.mybgcolor {background-color:#06d299; } .myforecolor {color:#06d299; } .mybordercolor {border:3px solid #06d299; }
#06d299 Text Font Color
<p style="color:#06d299">Text here</p>
This sample text font color is #06d299
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.
#06d299 Background Color
<div style="background-color:#06d299">
Div content here</div>
This div background color is #06d299
#06d299 Border Color
<div style="border:3px solid #06d299">
Div here</div>
This div border color is #06d299
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,210,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06d299; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06d299; -webkit-box-shadow: 1px 1px 3px 2px #06d299; box-shadow: 1px 1px 3px 2px #06d299; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,210,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06d299">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06d299; -webkit-box-shadow: 1px 1px 3px 2px #06d299; box-shadow: 1px 1px 3px 2px #06d299;">
Div content here</div>
This div box has shadow with color #06d299
Comments
No comments written yet.
Please login to write comment.