Color Hex Logo

#ccabb1 Color Hex

#CCABB1
(204,171,177)
0 Favorites   0 Comments

Color spaces of #ccabb1

RGB 204171177
HSL0.970.240.74
HSV349°16°80°
CMYK 0.000.160.13   0.20
XYZ47.400645.137547.8091
Yxy45.13750.33770.3216
Hunter Lab67.18448.36424.8378
CIE-Lab72.982312.96331.4050

#ccabb1 color RGB value is (204,171,177).

#ccabb1 hex color red value is 204, green value is 171 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ccabb1 hue: 0.97 , saturation: 0.24 and the lightness value of ccabb1 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 10110001
Octal 314 253 261
Decimal 204 171 177
Hex CC AB B1

RGB Percentages of Color #ccabb1

%36.96
%30.98
%32.07

CMYK Percentages of Color #ccabb1

%0
%16
%13
%20

Triadic Colors of #ccabb1

#ccabb1 #b1ccab #abb1cc

Analogous Colors of #ccabb1

#ccabb1 #ccb6ab #ccabc2

Monochromatic Colors of #ccabb1

#ccabb1

Complementary Color

#ccabb1 #abccc6

#ccabb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabb1 Color CSS Codes

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

#ccabb1 Text Font Color

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

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


#ccabb1 Background Color

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

This div background color is #ccabb1


#ccabb1 Border Color

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

This div border color is #ccabb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabb1


Comments

No comments written yet.

Please login to write comment.