Color spaces of #cfdf99
RGB | 207 | 223 | 153 |
---|---|---|---|
HSL | 0.20 | 0.52 | 0.74 |
HSV | 74° | 31° | 87° |
CMYK | 0.07 | 0.00 | 0.31 0.13 |
XYZ | 57.8696 | 68.3407 | 40.2780 |
Yxy | 68.3407 | 0.3476 | 0.4105 |
Hunter Lab | 82.6684 | -19.7161 | 28.9804 |
CIE-Lab | 86.1765 | -16.6358 | 32.5957 |
#cfdf99 color RGB value is (207,223,153).
#cfdf99 hex color red value is 207, green value is 223 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cfdf99 hue: 0.20 , saturation: 0.52 and the lightness value of cfdf99 is 0.74.
The process color (four color CMYK) of #cfdf99 color hex is 0.07, 0.00, 0.31, 0.13. Web safe color of #cfdf99 is #cccc99. Color #cfdf99 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011111 | 10011001 |
Octal | 317 | 337 | 231 |
Decimal | 207 | 223 | 153 |
Hex | CF | DF | 99 |
Shades of #cfdf99
Tints of #cfdf99
RGB Percentages of Color #cfdf99
CMYK Percentages of Color #cfdf99
Complementary Color
#cfdf99 | #a999df |
#cfdf99 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfdf99 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfdf99 Color CSS Codes
.mybgcolor {background-color:#cfdf99; } .myforecolor {color:#cfdf99; } .mybordercolor {border:3px solid #cfdf99; }
#cfdf99 Text Font Color
<p style="color:#cfdf99">Text here</p>
This sample text font color is #cfdf99
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.
#cfdf99 Background Color
<div style="background-color:#cfdf99">
Div content here</div>
This div background color is #cfdf99
#cfdf99 Border Color
<div style="border:3px solid #cfdf99">
Div here</div>
This div border color is #cfdf99
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,223,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfdf99; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfdf99; -webkit-box-shadow: 1px 1px 3px 2px #cfdf99; box-shadow: 1px 1px 3px 2px #cfdf99; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,223,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfdf99">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdf99; -webkit-box-shadow: 1px 1px 3px 2px #cfdf99; box-shadow: 1px 1px 3px 2px #cfdf99;">
Div content here</div>
This div box has shadow with color #cfdf99
Comments
No comments written yet.
Please login to write comment.