Color spaces of #cdf86f
RGB | 205 | 248 | 111 |
---|---|---|---|
HSL | 0.22 | 0.91 | 0.70 |
HSV | 79° | 55° | 97° |
CMYK | 0.17 | 0.00 | 0.55 0.03 |
XYZ | 61.6135 | 81.2616 | 27.4766 |
Yxy | 81.2616 | 0.3617 | 0.4770 |
Hunter Lab | 90.1452 | -35.7509 | 45.0298 |
CIE-Lab | 92.2480 | -33.8573 | 60.2488 |
#cdf86f color RGB value is (205,248,111).
#cdf86f hex color red value is 205, green value is 248 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cdf86f hue: 0.22 , saturation: 0.91 and the lightness value of cdf86f is 0.70.
The process color (four color CMYK) of #cdf86f color hex is 0.17, 0.00, 0.55, 0.03. Web safe color of #cdf86f is #ccff66. Color #cdf86f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11111000 | 01101111 |
Octal | 315 | 370 | 157 |
Decimal | 205 | 248 | 111 |
Hex | CD | F8 | 6F |
Shades of #cdf86f
Tints of #cdf86f
RGB Percentages of Color #cdf86f
CMYK Percentages of Color #cdf86f
Complementary Color
#cdf86f | #9a6ff8 |
#cdf86f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdf86f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdf86f Color CSS Codes
.mybgcolor {background-color:#cdf86f; } .myforecolor {color:#cdf86f; } .mybordercolor {border:3px solid #cdf86f; }
#cdf86f Text Font Color
<p style="color:#cdf86f">Text here</p>
This sample text font color is #cdf86f
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.
#cdf86f Background Color
<div style="background-color:#cdf86f">
Div content here</div>
This div background color is #cdf86f
#cdf86f Border Color
<div style="border:3px solid #cdf86f">
Div here</div>
This div border color is #cdf86f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,248,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdf86f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdf86f; -webkit-box-shadow: 1px 1px 3px 2px #cdf86f; box-shadow: 1px 1px 3px 2px #cdf86f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,248,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 #cdf86f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdf86f; -webkit-box-shadow: 1px 1px 3px 2px #cdf86f; box-shadow: 1px 1px 3px 2px #cdf86f;">
Div content here</div>
This div box has shadow with color #cdf86f
Comments
No comments written yet.
Please login to write comment.