Color Hex Logo

#ccacc3 Color Hex

#CCACC3
(204,172,195)
0 Favorites   0 Comments

Color spaces of #ccacc3

RGB 204172195
HSL0.880.240.74
HSV317°16°80°
CMYK 0.000.160.04   0.20
XYZ49.504746.282557.9540
Yxy46.28250.32200.3010
Hunter Lab68.031210.8355-2.8857
CIE-Lab73.728515.5295-7.3789

#ccacc3 color RGB value is (204,172,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 11000011
Octal 314 254 303
Decimal 204 172 195
Hex CC AC C3

RGB Percentages of Color #ccacc3

%35.73
%30.12
%34.15

CMYK Percentages of Color #ccacc3

%0
%16
%4
%20

Triadic Colors of #ccacc3

#ccacc3 #c3ccac #acc3cc

Analogous Colors of #ccacc3

#ccacc3 #ccacb3 #c5accc

Monochromatic Colors of #ccacc3

#ccacc3

Complementary Color

#ccacc3 #acccb5

#ccacc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccacc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccacc3 Color CSS Codes

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

#ccacc3 Text Font Color

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

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


#ccacc3 Background Color

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

This div background color is #ccacc3


#ccacc3 Border Color

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

This div border color is #ccacc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccacc3


Comments

No comments written yet.

Please login to write comment.