Color Hex Logo

#cca1ae Color Hex

#CCA1AE
(204,161,174)
0 Favorites   0 Comments

Color spaces of #cca1ae

RGB 204161174
HSL0.950.300.72
HSV342°21°80°
CMYK 0.000.210.15   0.20
XYZ45.286741.383145.6453
Yxy41.38310.34230.3128
Hunter Lab64.329713.08312.9614
CIE-Lab70.443517.9224-0.6435

#cca1ae color RGB value is (204,161,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 10101110
Octal 314 241 256
Decimal 204 161 174
Hex CC A1 AE

RGB Percentages of Color #cca1ae

%37.85
%29.87
%32.28

CMYK Percentages of Color #cca1ae

%0
%21
%15
%20

Triadic Colors of #cca1ae

#cca1ae #aecca1 #a1aecc

Analogous Colors of #cca1ae

#cca1ae #ccaaa1 #cca1c4

Monochromatic Colors of #cca1ae

#cca1ae

Complementary Color

#cca1ae #a1ccbf

#cca1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca1ae Color CSS Codes

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

#cca1ae Text Font Color

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

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


#cca1ae Background Color

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

This div background color is #cca1ae


#cca1ae Border Color

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

This div border color is #cca1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca1ae


Comments

No comments written yet.

Please login to write comment.