Color spaces of #cfdb77
RGB | 207 | 219 | 119 |
---|---|---|---|
HSL | 0.19 | 0.58 | 0.66 |
HSV | 67° | 46° | 86° |
CMYK | 0.05 | 0.00 | 0.46 0.14 |
XYZ | 54.3934 | 65.2603 | 27.1824 |
Yxy | 65.2603 | 0.3704 | 0.4444 |
Hunter Lab | 80.7838 | -21.1841 | 36.5986 |
CIE-Lab | 84.6177 | -18.5780 | 47.5459 |
#cfdb77 color RGB value is (207,219,119).
#cfdb77 hex color red value is 207, green value is 219 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #cfdb77 hue: 0.19 , saturation: 0.58 and the lightness value of cfdb77 is 0.66.
The process color (four color CMYK) of #cfdb77 color hex is 0.05, 0.00, 0.46, 0.14. Web safe color of #cfdb77 is #cccc66. Color #cfdb77 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011011 | 01110111 |
Octal | 317 | 333 | 167 |
Decimal | 207 | 219 | 119 |
Hex | CF | DB | 77 |
Shades of #cfdb77
Tints of #cfdb77
RGB Percentages of Color #cfdb77
CMYK Percentages of Color #cfdb77
Complementary Color
#cfdb77 | #8377db |
#cfdb77 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfdb77 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfdb77 Color CSS Codes
.mybgcolor {background-color:#cfdb77; } .myforecolor {color:#cfdb77; } .mybordercolor {border:3px solid #cfdb77; }
#cfdb77 Text Font Color
<p style="color:#cfdb77">Text here</p>
This sample text font color is #cfdb77
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.
#cfdb77 Background Color
<div style="background-color:#cfdb77">
Div content here</div>
This div background color is #cfdb77
#cfdb77 Border Color
<div style="border:3px solid #cfdb77">
Div here</div>
This div border color is #cfdb77
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,219,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfdb77; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfdb77; -webkit-box-shadow: 1px 1px 3px 2px #cfdb77; box-shadow: 1px 1px 3px 2px #cfdb77; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,219,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfdb77">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdb77; -webkit-box-shadow: 1px 1px 3px 2px #cfdb77; box-shadow: 1px 1px 3px 2px #cfdb77;">
Div content here</div>
This div box has shadow with color #cfdb77
Comments
No comments written yet.
Please login to write comment.