Color Hex Logo

#ccabc3 Color Hex

#CCABC3
(204,171,195)
0 Favorites   0 Comments

Color spaces of #ccabc3

RGB 204171195
HSL0.880.240.74
HSV316°16°80°
CMYK 0.000.160.04   0.20
XYZ49.315145.903357.8908
Yxy45.90330.32210.2998
Hunter Lab67.752011.3601-3.2341
CIE-Lab73.482716.0744-7.7436

#ccabc3 color RGB value is (204,171,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11000011
Octal 314 253 303
Decimal 204 171 195
Hex CC AB C3

RGB Percentages of Color #ccabc3

%35.79
%30.00
%34.21

CMYK Percentages of Color #ccabc3

%0
%16
%4
%20

Triadic Colors of #ccabc3

#ccabc3 #c3ccab #abc3cc

Analogous Colors of #ccabc3

#ccabc3 #ccabb3 #c5abcc

Monochromatic Colors of #ccabc3

#ccabc3

Complementary Color

#ccabc3 #abccb4

#ccabc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabc3 Color CSS Codes

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

#ccabc3 Text Font Color

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

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


#ccabc3 Background Color

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

This div background color is #ccabc3


#ccabc3 Border Color

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

This div border color is #ccabc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabc3


Comments

No comments written yet.

Please login to write comment.