Color spaces of #cee206
RGB | 206 | 226 | 6 |
---|---|---|---|
HSL | 0.18 | 0.95 | 0.45 |
HSV | 65° | 97° | 89° |
CMYK | 0.09 | 0.00 | 0.97 0.11 |
XYZ | 52.6828 | 67.5277 | 10.4298 |
Yxy | 67.5277 | 0.4033 | 0.5169 |
Hunter Lab | 82.1752 | -29.3698 | 49.9975 |
CIE-Lab | 85.7697 | -27.9417 | 83.9550 |
#cee206 color RGB value is (206,226,6).
#cee206 hex color red value is 206, green value is 226 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #cee206 hue: 0.18 , saturation: 0.95 and the lightness value of cee206 is 0.45.
The process color (four color CMYK) of #cee206 color hex is 0.09, 0.00, 0.97, 0.11. Web safe color of #cee206 is #cccc00. Color #cee206 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11100010 | 00000110 |
Octal | 316 | 342 | 6 |
Decimal | 206 | 226 | 6 |
Hex | CE | E2 | 6 |
Shades of #cee206
Tints of #cee206
RGB Percentages of Color #cee206
CMYK Percentages of Color #cee206
Complementary Color
#cee206 | #1a06e2 |
#cee206 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cee206 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cee206 Color CSS Codes
.mybgcolor {background-color:#cee206; } .myforecolor {color:#cee206; } .mybordercolor {border:3px solid #cee206; }
#cee206 Text Font Color
<p style="color:#cee206">Text here</p>
This sample text font color is #cee206
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.
#cee206 Background Color
<div style="background-color:#cee206">
Div content here</div>
This div background color is #cee206
#cee206 Border Color
<div style="border:3px solid #cee206">
Div here</div>
This div border color is #cee206
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,226,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cee206; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cee206; -webkit-box-shadow: 1px 1px 3px 2px #cee206; box-shadow: 1px 1px 3px 2px #cee206; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,226,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cee206">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cee206; -webkit-box-shadow: 1px 1px 3px 2px #cee206; box-shadow: 1px 1px 3px 2px #cee206;">
Div content here</div>
This div box has shadow with color #cee206
Comments
No comments written yet.
Please login to write comment.