Color spaces of #cfaabb
RGB | 207 | 170 | 187 |
---|---|---|---|
HSL | 0.92 | 0.28 | 0.74 |
HSV | 332° | 18° | 81° |
CMYK | 0.00 | 0.18 | 0.10 0.19 |
XYZ | 49.0765 | 45.6027 | 53.2293 |
Yxy | 45.6027 | 0.3318 | 0.3083 |
Hunter Lab | 67.5298 | 11.5458 | 0.5364 |
CIE-Lab | 73.2870 | 16.2691 | -3.6100 |
#cfaabb color RGB value is (207,170,187).
#cfaabb hex color red value is 207, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cfaabb hue: 0.92 , saturation: 0.28 and the lightness value of cfaabb is 0.74.
The process color (four color CMYK) of #cfaabb color hex is 0.00, 0.18, 0.10, 0.19. Web safe color of #cfaabb is #cc99cc. Color #cfaabb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101010 | 10111011 |
Octal | 317 | 252 | 273 |
Decimal | 207 | 170 | 187 |
Hex | CF | AA | BB |
Shades of #cfaabb
Tints of #cfaabb
RGB Percentages of Color #cfaabb
CMYK Percentages of Color #cfaabb
Complementary Color
#cfaabb | #aacfbe |
#cfaabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfaabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfaabb Color CSS Codes
.mybgcolor {background-color:#cfaabb; } .myforecolor {color:#cfaabb; } .mybordercolor {border:3px solid #cfaabb; }
#cfaabb Text Font Color
<p style="color:#cfaabb">Text here</p>
This sample text font color is #cfaabb
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.
#cfaabb Background Color
<div style="background-color:#cfaabb">
Div content here</div>
This div background color is #cfaabb
#cfaabb Border Color
<div style="border:3px solid #cfaabb">
Div here</div>
This div border color is #cfaabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,170,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfaabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfaabb; -webkit-box-shadow: 1px 1px 3px 2px #cfaabb; box-shadow: 1px 1px 3px 2px #cfaabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,170,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfaabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfaabb; -webkit-box-shadow: 1px 1px 3px 2px #cfaabb; box-shadow: 1px 1px 3px 2px #cfaabb;">
Div content here</div>
This div box has shadow with color #cfaabb
Comments
No comments written yet.
Please login to write comment.