Color Hex Logo

#ccaaae Color Hex

#CCAAAE
(204,170,174)
0 Favorites   0 Comments

Color spaces of #ccaaae

RGB 204170174
HSL0.980.250.73
HSV353°17°80°
CMYK 0.000.170.15   0.20
XYZ46.916544.642846.1886
Yxy44.64280.34060.3241
Hunter Lab66.81538.41285.7842
CIE-Lab72.656113.01522.5798

#ccaaae color RGB value is (204,170,174).

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

The process color (four color CMYK) of #ccaaae color hex is 0.00, 0.17, 0.15, 0.20. Web safe color of #ccaaae is #cc9999. Color #ccaaae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10101110
Octal 314 252 256
Decimal 204 170 174
Hex CC AA AE

RGB Percentages of Color #ccaaae

%37.23
%31.02
%31.75

CMYK Percentages of Color #ccaaae

%0
%17
%15
%20

Triadic Colors of #ccaaae

#ccaaae #aeccaa #aaaecc

Analogous Colors of #ccaaae

#ccaaae #ccb7aa #ccaabf

Monochromatic Colors of #ccaaae

#ccaaae

Complementary Color

#ccaaae #aaccc8

#ccaaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaaae Color CSS Codes

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

#ccaaae Text Font Color

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

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


#ccaaae Background Color

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

This div background color is #ccaaae


#ccaaae Border Color

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

This div border color is #ccaaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaaae

#ccaaae Color Palettes


Comments

No comments written yet.

Please login to write comment.