Color Hex Logo

#cca6ae Color Hex

#CCA6AE
(204,166,174)
0 Favorites   0 Comments

Color spaces of #cca6ae

RGB 204166174
HSL0.960.270.73
HSV347°19°80°
CMYK 0.000.190.15   0.20
XYZ46.178043.165845.9424
Yxy43.16580.34130.3191
Hunter Lab65.700710.48334.5309
CIE-Lab71.667415.19261.1426

#cca6ae color RGB value is (204,166,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 10101110
Octal 314 246 256
Decimal 204 166 174
Hex CC A6 AE

RGB Percentages of Color #cca6ae

%37.50
%30.51
%31.99

CMYK Percentages of Color #cca6ae

%0
%19
%15
%20

Triadic Colors of #cca6ae

#cca6ae #aecca6 #a6aecc

Analogous Colors of #cca6ae

#cca6ae #ccb1a6 #cca6c1

Monochromatic Colors of #cca6ae

#cca6ae

Complementary Color

#cca6ae #a6ccc4

#cca6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca6ae Color CSS Codes

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

#cca6ae Text Font Color

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

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


#cca6ae Background Color

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

This div background color is #cca6ae


#cca6ae Border Color

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

This div border color is #cca6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca6ae


Comments

No comments written yet.

Please login to write comment.