Color spaces of #cfdfbd
RGB | 207 | 223 | 189 |
---|---|---|---|
HSL | 0.25 | 0.35 | 0.81 |
HSV | 88° | 15° | 87° |
CMYK | 0.07 | 0.00 | 0.15 0.13 |
XYZ | 61.3051 | 69.7149 | 58.3693 |
Yxy | 69.7149 | 0.3237 | 0.3681 |
Hunter Lab | 83.4954 | -15.0565 | 16.9989 |
CIE-Lab | 86.8568 | -11.3428 | 14.8700 |
#cfdfbd color RGB value is (207,223,189).
#cfdfbd hex color red value is 207, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cfdfbd hue: 0.25 , saturation: 0.35 and the lightness value of cfdfbd is 0.81.
The process color (four color CMYK) of #cfdfbd color hex is 0.07, 0.00, 0.15, 0.13. Web safe color of #cfdfbd is #cccccc. Color #cfdfbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011111 | 10111101 |
Octal | 317 | 337 | 275 |
Decimal | 207 | 223 | 189 |
Hex | CF | DF | BD |
Shades of #cfdfbd
Tints of #cfdfbd
RGB Percentages of Color #cfdfbd
CMYK Percentages of Color #cfdfbd
Complementary Color
#cfdfbd | #cdbddf |
#cfdfbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfdfbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfdfbd Color CSS Codes
.mybgcolor {background-color:#cfdfbd; } .myforecolor {color:#cfdfbd; } .mybordercolor {border:3px solid #cfdfbd; }
#cfdfbd Text Font Color
<p style="color:#cfdfbd">Text here</p>
This sample text font color is #cfdfbd
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.
#cfdfbd Background Color
<div style="background-color:#cfdfbd">
Div content here</div>
This div background color is #cfdfbd
#cfdfbd Border Color
<div style="border:3px solid #cfdfbd">
Div here</div>
This div border color is #cfdfbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,223,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfdfbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfdfbd; -webkit-box-shadow: 1px 1px 3px 2px #cfdfbd; box-shadow: 1px 1px 3px 2px #cfdfbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,223,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfdfbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdfbd; -webkit-box-shadow: 1px 1px 3px 2px #cfdfbd; box-shadow: 1px 1px 3px 2px #cfdfbd;">
Div content here</div>
This div box has shadow with color #cfdfbd
Comments
No comments written yet.
Please login to write comment.