Color Hex Logo

#ccaeaa Color Hex

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

Color spaces of #ccaeaa

RGB 204174170
HSL0.020.250.73
HSV17°80°
CMYK 0.000.150.17   0.20
XYZ47.293646.011844.4187
Yxy46.01180.34340.3341
Hunter Lab67.83205.74728.6573
CIE-Lab73.553210.20426.0711

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

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

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

Base Numbers

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

RGB Percentages of Color #ccaeaa

%37.23
%31.75
%31.02

CMYK Percentages of Color #ccaeaa

%0
%15
%17
%20

Triadic Colors of #ccaeaa

#ccaeaa #aaccae #aeaacc

Analogous Colors of #ccaeaa

#ccaeaa #ccbfaa #ccaab7

Monochromatic Colors of #ccaeaa

#ccaeaa

Complementary Color

#ccaeaa #aac8cc

#ccaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaeaa Color CSS Codes

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

#ccaeaa Text Font Color

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

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


#ccaeaa Background Color

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

This div background color is #ccaeaa


#ccaeaa Border Color

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

This div border color is #ccaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaeaa


Comments

No comments written yet.

Please login to write comment.