Color Hex Logo

#cca0ae Color Hex

#CCA0AE
(204,160,174)
0 Favorites   0 Comments

Color spaces of #cca0ae

RGB 204160174
HSL0.950.300.71
HSV341°22°80°
CMYK 0.000.220.15   0.20
XYZ45.112641.035045.5872
Yxy41.03500.34250.3115
Hunter Lab64.058613.60432.6473
CIE-Lab70.200418.4690-0.9990

#cca0ae color RGB value is (204,160,174).

#cca0ae hex color red value is 204, green value is 160 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cca0ae hue: 0.95 , saturation: 0.30 and the lightness value of cca0ae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 10101110
Octal 314 240 256
Decimal 204 160 174
Hex CC A0 AE

RGB Percentages of Color #cca0ae

%37.92
%29.74
%32.34

CMYK Percentages of Color #cca0ae

%0
%22
%15
%20

Triadic Colors of #cca0ae

#cca0ae #aecca0 #a0aecc

Analogous Colors of #cca0ae

#cca0ae #cca8a0 #cca0c4

Monochromatic Colors of #cca0ae

#cca0ae

Complementary Color

#cca0ae #a0ccbe

#cca0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca0ae Color CSS Codes

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

#cca0ae Text Font Color

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

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


#cca0ae Background Color

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

This div background color is #cca0ae


#cca0ae Border Color

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

This div border color is #cca0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca0ae


Comments

No comments written yet.

Please login to write comment.