Color spaces of #cfaecb
RGB | 207 | 174 | 203 |
---|---|---|---|
HSL | 0.85 | 0.26 | 0.75 |
HSV | 307° | 16° | 81° |
CMYK | 0.00 | 0.16 | 0.02 0.19 |
XYZ | 51.6477 | 47.8493 | 63.0136 |
Yxy | 47.8493 | 0.3178 | 0.2944 |
Hunter Lab | 69.1732 | 12.2228 | -5.5892 |
CIE-Lab | 74.7298 | 16.9365 | -10.2383 |
#cfaecb color RGB value is (207,174,203).
#cfaecb hex color red value is 207, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cfaecb hue: 0.85 , saturation: 0.26 and the lightness value of cfaecb is 0.75.
The process color (four color CMYK) of #cfaecb color hex is 0.00, 0.16, 0.02, 0.19. Web safe color of #cfaecb is #cc99cc. Color #cfaecb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101110 | 11001011 |
Octal | 317 | 256 | 313 |
Decimal | 207 | 174 | 203 |
Hex | CF | AE | CB |
Shades of #cfaecb
Tints of #cfaecb
RGB Percentages of Color #cfaecb
CMYK Percentages of Color #cfaecb
Complementary Color
#cfaecb | #aecfb2 |
#cfaecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfaecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfaecb Color CSS Codes
.mybgcolor {background-color:#cfaecb; } .myforecolor {color:#cfaecb; } .mybordercolor {border:3px solid #cfaecb; }
#cfaecb Text Font Color
<p style="color:#cfaecb">Text here</p>
This sample text font color is #cfaecb
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.
#cfaecb Background Color
<div style="background-color:#cfaecb">
Div content here</div>
This div background color is #cfaecb
#cfaecb Border Color
<div style="border:3px solid #cfaecb">
Div here</div>
This div border color is #cfaecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,174,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfaecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfaecb; -webkit-box-shadow: 1px 1px 3px 2px #cfaecb; box-shadow: 1px 1px 3px 2px #cfaecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,174,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 #cfaecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfaecb; -webkit-box-shadow: 1px 1px 3px 2px #cfaecb; box-shadow: 1px 1px 3px 2px #cfaecb;">
Div content here</div>
This div box has shadow with color #cfaecb
Comments
No comments written yet.
Please login to write comment.