Color Hex Logo

#ccabc0 Color Hex

#CCABC0
(204,171,192)
0 Favorites   0 Comments

Color spaces of #ccabc0

RGB 204171192
HSL0.890.240.74
HSV322°16°80°
CMYK 0.000.160.06   0.20
XYZ48.979245.769056.1220
Yxy45.76900.32460.3034
Hunter Lab67.652810.8379-1.8276
CIE-Lab73.395415.5366-6.2269

#ccabc0 color RGB value is (204,171,192).

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

The process color (four color CMYK) of #ccabc0 color hex is 0.00, 0.16, 0.06, 0.20. Web safe color of #ccabc0 is #cc99cc. Color #ccabc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11000000
Octal 314 253 300
Decimal 204 171 192
Hex CC AB C0

RGB Percentages of Color #ccabc0

%35.98
%30.16
%33.86

CMYK Percentages of Color #ccabc0

%0
%16
%6
%20

Triadic Colors of #ccabc0

#ccabc0 #c0ccab #abc0cc

Analogous Colors of #ccabc0

#ccabc0 #ccabb0 #c8abcc

Monochromatic Colors of #ccabc0

#ccabc0

Complementary Color

#ccabc0 #abccb7

#ccabc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabc0 Color CSS Codes

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

#ccabc0 Text Font Color

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

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


#ccabc0 Background Color

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

This div background color is #ccabc0


#ccabc0 Border Color

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

This div border color is #ccabc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabc0


Comments

No comments written yet.

Please login to write comment.