Color Hex Logo

#cc9fab Color Hex

#CC9FAB
(204,159,171)
0 Favorites   0 Comments

Color spaces of #cc9fab

RGB 204159171
HSL0.960.310.71
HSV344°22°80°
CMYK 0.000.220.16   0.20
XYZ44.650740.573944.0063
Yxy40.57390.34550.3140
Hunter Lab63.697613.65383.6271
CIE-Lab69.876318.53030.1922

#cc9fab color RGB value is (204,159,171).

#cc9fab hex color red value is 204, green value is 159 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cc9fab hue: 0.96 , saturation: 0.31 and the lightness value of cc9fab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011111 10101011
Octal 314 237 253
Decimal 204 159 171
Hex CC 9F AB

RGB Percentages of Color #cc9fab

%38.20
%29.78
%32.02

CMYK Percentages of Color #cc9fab

%0
%22
%16
%20

Triadic Colors of #cc9fab

#cc9fab #abcc9f #9fabcc

Analogous Colors of #cc9fab

#cc9fab #ccaa9f #cc9fc2

Monochromatic Colors of #cc9fab

#cc9fab

Complementary Color

#cc9fab #9fccc0

#cc9fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9fab Color CSS Codes

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

#cc9fab Text Font Color

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

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


#cc9fab Background Color

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

This div background color is #cc9fab


#cc9fab Border Color

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

This div border color is #cc9fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,159,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 #cc9fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9fab


Comments

No comments written yet.

Please login to write comment.