Color spaces of #cfd77c
RGB | 207 | 215 | 124 |
---|---|---|---|
HSL | 0.18 | 0.53 | 0.66 |
HSV | 65° | 42° | 84° |
CMYK | 0.04 | 0.00 | 0.42 0.16 |
XYZ | 53.6707 | 63.3215 | 28.4623 |
Yxy | 63.3215 | 0.3690 | 0.4353 |
Hunter Lab | 79.5748 | -18.8633 | 34.4955 |
CIE-Lab | 83.6112 | -16.0865 | 43.8643 |
#cfd77c color RGB value is (207,215,124).
#cfd77c hex color red value is 207, green value is 215 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cfd77c hue: 0.18 , saturation: 0.53 and the lightness value of cfd77c is 0.66.
The process color (four color CMYK) of #cfd77c color hex is 0.04, 0.00, 0.42, 0.16. Web safe color of #cfd77c is #cccc66. Color #cfd77c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11010111 | 01111100 |
Octal | 317 | 327 | 174 |
Decimal | 207 | 215 | 124 |
Hex | CF | D7 | 7C |
Shades of #cfd77c
Tints of #cfd77c
RGB Percentages of Color #cfd77c
CMYK Percentages of Color #cfd77c
Complementary Color
#cfd77c | #847cd7 |
#cfd77c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfd77c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfd77c Color CSS Codes
.mybgcolor {background-color:#cfd77c; } .myforecolor {color:#cfd77c; } .mybordercolor {border:3px solid #cfd77c; }
#cfd77c Text Font Color
<p style="color:#cfd77c">Text here</p>
This sample text font color is #cfd77c
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.
#cfd77c Background Color
<div style="background-color:#cfd77c">
Div content here</div>
This div background color is #cfd77c
#cfd77c Border Color
<div style="border:3px solid #cfd77c">
Div here</div>
This div border color is #cfd77c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,215,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfd77c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfd77c; -webkit-box-shadow: 1px 1px 3px 2px #cfd77c; box-shadow: 1px 1px 3px 2px #cfd77c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,215,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfd77c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfd77c; -webkit-box-shadow: 1px 1px 3px 2px #cfd77c; box-shadow: 1px 1px 3px 2px #cfd77c;">
Div content here</div>
This div box has shadow with color #cfd77c
Comments
No comments written yet.
Please login to write comment.