Color Hex Logo

#cc9aab Color Hex

#CC9AAB
(204,154,171)
0 Favorites   0 Comments

Color spaces of #cc9aab

RGB 204154171
HSL0.940.330.70
HSV340°25°80°
CMYK 0.000.250.16   0.20
XYZ43.808138.888843.7254
Yxy38.88880.34650.3076
Hunter Lab62.360916.26352.0804
CIE-Lab68.670621.2668-1.5714

#cc9aab color RGB value is (204,154,171).

#cc9aab hex color red value is 204, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cc9aab hue: 0.94 , saturation: 0.33 and the lightness value of cc9aab is 0.70.

The process color (four color CMYK) of #cc9aab color hex is 0.00, 0.25, 0.16, 0.20. Web safe color of #cc9aab is #cc9999. Color #cc9aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011010 10101011
Octal 314 232 253
Decimal 204 154 171
Hex CC 9A AB

RGB Percentages of Color #cc9aab

%38.56
%29.11
%32.33

CMYK Percentages of Color #cc9aab

%0
%25
%16
%20

Triadic Colors of #cc9aab

#cc9aab #abcc9a #9aabcc

Analogous Colors of #cc9aab

#cc9aab #cca29a #cc9ac4

Monochromatic Colors of #cc9aab

#cc9aab

Complementary Color

#cc9aab #9accbb

#cc9aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9aab Color CSS Codes

.mybgcolor {background-color:#cc9aab; } 
.myforecolor {color:#cc9aab; }
.mybordercolor {border:3px solid #cc9aab; }

#cc9aab Text Font Color

<p style="color:#cc9aab">Text here</p>

This sample text font color is #cc9aab
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.


#cc9aab Background Color

<div style="background-color:#cc9aab">
Div content here</div>

This div background color is #cc9aab


#cc9aab Border Color

<div style="border:3px solid #cc9aab">
Div here</div>

This div border color is #cc9aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,154,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc9aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc9aab;
  -webkit-box-shadow: 1px 1px 3px 2px #cc9aab;
  box-shadow:         1px 1px 3px 2px #cc9aab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,154,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc9aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc9aab;
  -webkit-box-shadow: 1px 1px 3px 2px #cc9aab;
  box-shadow:         1px 1px 3px 2px #cc9aab;">
Div content here</div>

This div box has shadow with color #cc9aab


Comments

No comments written yet.

Please login to write comment.