Color Hex Logo

#ccaac4 Color Hex

#CCAAC4
(204,170,196)
0 Favorites   0 Comments

Color spaces of #ccaac4

RGB 204170196
HSL0.870.250.73
HSV314°17°80°
CMYK 0.000.170.04   0.20
XYZ49.240445.572358.4256
Yxy45.57230.32130.2974
Hunter Lab67.507312.0618-4.0587
CIE-Lab73.267116.8007-8.6127

#ccaac4 color RGB value is (204,170,196).

#ccaac4 hex color red value is 204, green value is 170 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #ccaac4 hue: 0.87 , saturation: 0.25 and the lightness value of ccaac4 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11000100
Octal 314 252 304
Decimal 204 170 196
Hex CC AA C4

RGB Percentages of Color #ccaac4

%35.79
%29.82
%34.39

CMYK Percentages of Color #ccaac4

%0
%17
%4
%20

Triadic Colors of #ccaac4

#ccaac4 #c4ccaa #aac4cc

Analogous Colors of #ccaac4

#ccaac4 #ccaab3 #c3aacc

Monochromatic Colors of #ccaac4

#ccaac4

Complementary Color

#ccaac4 #aaccb2

#ccaac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaac4 Color CSS Codes

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

#ccaac4 Text Font Color

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

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


#ccaac4 Background Color

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

This div background color is #ccaac4


#ccaac4 Border Color

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

This div border color is #ccaac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaac4


Comments

No comments written yet.

Please login to write comment.