Color spaces of #caef6f
RGB | 202 | 239 | 111 |
---|---|---|---|
HSL | 0.21 | 0.80 | 0.69 |
HSV | 77° | 54° | 94° |
CMYK | 0.15 | 0.00 | 0.54 0.06 |
XYZ | 58.0929 | 75.4373 | 26.5380 |
Yxy | 75.4373 | 0.3629 | 0.4713 |
Hunter Lab | 86.8546 | -32.6056 | 42.6825 |
CIE-Lab | 89.5974 | -30.8367 | 57.1347 |
#caef6f color RGB value is (202,239,111).
#caef6f hex color red value is 202, green value is 239 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #caef6f hue: 0.21 , saturation: 0.80 and the lightness value of caef6f is 0.69.
The process color (four color CMYK) of #caef6f color hex is 0.15, 0.00, 0.54, 0.06. Web safe color of #caef6f is #ccff66. Color #caef6f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101111 | 01101111 |
Octal | 312 | 357 | 157 |
Decimal | 202 | 239 | 111 |
Hex | CA | EF | 6F |
Shades of #caef6f
Tints of #caef6f
RGB Percentages of Color #caef6f
CMYK Percentages of Color #caef6f
Complementary Color
#caef6f | #946fef |
#caef6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caef6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#caef6f Color CSS Codes
.mybgcolor {background-color:#caef6f; } .myforecolor {color:#caef6f; } .mybordercolor {border:3px solid #caef6f; }
#caef6f Text Font Color
<p style="color:#caef6f">Text here</p>
This sample text font color is #caef6f
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.
#caef6f Background Color
<div style="background-color:#caef6f">
Div content here</div>
This div background color is #caef6f
#caef6f Border Color
<div style="border:3px solid #caef6f">
Div here</div>
This div border color is #caef6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,239,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caef6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caef6f; -webkit-box-shadow: 1px 1px 3px 2px #caef6f; box-shadow: 1px 1px 3px 2px #caef6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,239,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caef6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caef6f; -webkit-box-shadow: 1px 1px 3px 2px #caef6f; box-shadow: 1px 1px 3px 2px #caef6f;">
Div content here</div>
This div box has shadow with color #caef6f
Comments
No comments written yet.
Please login to write comment.