Color spaces of #cfbdcb
RGB | 207 | 189 | 203 |
---|---|---|---|
HSL | 0.87 | 0.16 | 0.78 |
HSV | 313° | 9° | 81° |
CMYK | 0.00 | 0.09 | 0.02 0.19 |
XYZ | 54.7092 | 53.9724 | 64.0341 |
Yxy | 53.9724 | 0.3168 | 0.3125 |
Hunter Lab | 73.4659 | 4.3615 | -0.2520 |
CIE-Lab | 78.4456 | 8.8276 | -4.7266 |
#cfbdcb color RGB value is (207,189,203).
#cfbdcb hex color red value is 207, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cfbdcb hue: 0.87 , saturation: 0.16 and the lightness value of cfbdcb is 0.78.
The process color (four color CMYK) of #cfbdcb color hex is 0.00, 0.09, 0.02, 0.19. Web safe color of #cfbdcb is #cccccc. Color #cfbdcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111101 | 11001011 |
Octal | 317 | 275 | 313 |
Decimal | 207 | 189 | 203 |
Hex | CF | BD | CB |
Shades of #cfbdcb
Tints of #cfbdcb
RGB Percentages of Color #cfbdcb
CMYK Percentages of Color #cfbdcb
Complementary Color
#cfbdcb | #bdcfc1 |
#cfbdcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbdcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbdcb Color CSS Codes
.mybgcolor {background-color:#cfbdcb; } .myforecolor {color:#cfbdcb; } .mybordercolor {border:3px solid #cfbdcb; }
#cfbdcb Text Font Color
<p style="color:#cfbdcb">Text here</p>
This sample text font color is #cfbdcb
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.
#cfbdcb Background Color
<div style="background-color:#cfbdcb">
Div content here</div>
This div background color is #cfbdcb
#cfbdcb Border Color
<div style="border:3px solid #cfbdcb">
Div here</div>
This div border color is #cfbdcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,189,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbdcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbdcb; -webkit-box-shadow: 1px 1px 3px 2px #cfbdcb; box-shadow: 1px 1px 3px 2px #cfbdcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,189,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfbdcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbdcb; -webkit-box-shadow: 1px 1px 3px 2px #cfbdcb; box-shadow: 1px 1px 3px 2px #cfbdcb;">
Div content here</div>
This div box has shadow with color #cfbdcb
Comments
No comments written yet.
Please login to write comment.