Color spaces of #cdf47f
RGB | 205 | 244 | 127 |
---|---|---|---|
HSL | 0.22 | 0.84 | 0.73 |
HSV | 80° | 48° | 96° |
CMYK | 0.16 | 0.00 | 0.48 0.04 |
XYZ | 61.3583 | 79.2128 | 32.1344 |
Yxy | 79.2128 | 0.3553 | 0.4587 |
Hunter Lab | 89.0016 | -32.6936 | 40.8942 |
CIE-Lab | 91.3305 | -30.5009 | 51.8947 |
#cdf47f color RGB value is (205,244,127).
#cdf47f hex color red value is 205, green value is 244 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cdf47f hue: 0.22 , saturation: 0.84 and the lightness value of cdf47f is 0.73.
The process color (four color CMYK) of #cdf47f color hex is 0.16, 0.00, 0.48, 0.04. Web safe color of #cdf47f is #ccff66. Color #cdf47f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11110100 | 01111111 |
Octal | 315 | 364 | 177 |
Decimal | 205 | 244 | 127 |
Hex | CD | F4 | 7F |
Shades of #cdf47f
Tints of #cdf47f
RGB Percentages of Color #cdf47f
CMYK Percentages of Color #cdf47f
Complementary Color
#cdf47f | #a67ff4 |
#cdf47f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdf47f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdf47f Color CSS Codes
.mybgcolor {background-color:#cdf47f; } .myforecolor {color:#cdf47f; } .mybordercolor {border:3px solid #cdf47f; }
#cdf47f Text Font Color
<p style="color:#cdf47f">Text here</p>
This sample text font color is #cdf47f
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.
#cdf47f Background Color
<div style="background-color:#cdf47f">
Div content here</div>
This div background color is #cdf47f
#cdf47f Border Color
<div style="border:3px solid #cdf47f">
Div here</div>
This div border color is #cdf47f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,244,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdf47f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdf47f; -webkit-box-shadow: 1px 1px 3px 2px #cdf47f; box-shadow: 1px 1px 3px 2px #cdf47f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,244,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdf47f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdf47f; -webkit-box-shadow: 1px 1px 3px 2px #cdf47f; box-shadow: 1px 1px 3px 2px #cdf47f;">
Div content here</div>
This div box has shadow with color #cdf47f
Comments
No comments written yet.
Please login to write comment.