Color spaces of #cee573
RGB | 206 | 229 | 115 |
---|---|---|---|
HSL | 0.20 | 0.69 | 0.67 |
HSV | 72° | 50° | 90° |
CMYK | 0.10 | 0.00 | 0.50 0.10 |
XYZ | 56.5674 | 70.3982 | 26.8265 |
Yxy | 70.3982 | 0.3678 | 0.4577 |
Hunter Lab | 83.9036 | -26.4876 | 39.7758 |
CIE-Lab | 87.1918 | -24.2148 | 52.5360 |
#cee573 color RGB value is (206,229,115).
#cee573 hex color red value is 206, green value is 229 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cee573 hue: 0.20 , saturation: 0.69 and the lightness value of cee573 is 0.67.
The process color (four color CMYK) of #cee573 color hex is 0.10, 0.00, 0.50, 0.10. Web safe color of #cee573 is #cccc66. Color #cee573 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11100101 | 01110011 |
Octal | 316 | 345 | 163 |
Decimal | 206 | 229 | 115 |
Hex | CE | E5 | 73 |
Shades of #cee573
Tints of #cee573
RGB Percentages of Color #cee573
CMYK Percentages of Color #cee573
Complementary Color
#cee573 | #8a73e5 |
#cee573 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cee573 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cee573 Color CSS Codes
.mybgcolor {background-color:#cee573; } .myforecolor {color:#cee573; } .mybordercolor {border:3px solid #cee573; }
#cee573 Text Font Color
<p style="color:#cee573">Text here</p>
This sample text font color is #cee573
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.
#cee573 Background Color
<div style="background-color:#cee573">
Div content here</div>
This div background color is #cee573
#cee573 Border Color
<div style="border:3px solid #cee573">
Div here</div>
This div border color is #cee573
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,229,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cee573; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cee573; -webkit-box-shadow: 1px 1px 3px 2px #cee573; box-shadow: 1px 1px 3px 2px #cee573; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,229,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cee573">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cee573; -webkit-box-shadow: 1px 1px 3px 2px #cee573; box-shadow: 1px 1px 3px 2px #cee573;">
Div content here</div>
This div box has shadow with color #cee573
Comments
No comments written yet.
Please login to write comment.