Color spaces of #cdfe4f
RGB | 205 | 254 | 79 |
---|---|---|---|
HSL | 0.21 | 0.99 | 0.65 |
HSV | 77° | 69° | 100° |
CMYK | 0.19 | 0.00 | 0.69 0.00 |
XYZ | 62.0299 | 84.4273 | 20.4239 |
Yxy | 84.4273 | 0.3717 | 0.5059 |
Hunter Lab | 91.8843 | -40.2946 | 51.1401 |
CIE-Lab | 93.6358 | -38.8665 | 74.5402 |
#cdfe4f color RGB value is (205,254,79).
#cdfe4f hex color red value is 205, green value is 254 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cdfe4f hue: 0.21 , saturation: 0.99 and the lightness value of cdfe4f is 0.65.
The process color (four color CMYK) of #cdfe4f color hex is 0.19, 0.00, 0.69, 0.00. Web safe color of #cdfe4f is #ccff66. Color #cdfe4f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11111110 | 01001111 |
Octal | 315 | 376 | 117 |
Decimal | 205 | 254 | 79 |
Hex | CD | FE | 4F |
Shades of #cdfe4f
Tints of #cdfe4f
RGB Percentages of Color #cdfe4f
CMYK Percentages of Color #cdfe4f
Complementary Color
#cdfe4f | #804ffe |
#cdfe4f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdfe4f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdfe4f Color CSS Codes
.mybgcolor {background-color:#cdfe4f; } .myforecolor {color:#cdfe4f; } .mybordercolor {border:3px solid #cdfe4f; }
#cdfe4f Text Font Color
<p style="color:#cdfe4f">Text here</p>
This sample text font color is #cdfe4f
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.
#cdfe4f Background Color
<div style="background-color:#cdfe4f">
Div content here</div>
This div background color is #cdfe4f
#cdfe4f Border Color
<div style="border:3px solid #cdfe4f">
Div here</div>
This div border color is #cdfe4f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,254,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdfe4f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdfe4f; -webkit-box-shadow: 1px 1px 3px 2px #cdfe4f; box-shadow: 1px 1px 3px 2px #cdfe4f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,254,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdfe4f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdfe4f; -webkit-box-shadow: 1px 1px 3px 2px #cdfe4f; box-shadow: 1px 1px 3px 2px #cdfe4f;">
Div content here</div>
This div box has shadow with color #cdfe4f
Comments
No comments written yet.
Please login to write comment.