Color Hex Logo

#caaeaa Color Hex

#CAAEAA
(202,174,170)
0 Favorites   0 Comments

Color spaces of #caaeaa

RGB 202174170
HSL0.020.230.73
HSV16°79°
CMYK 0.000.140.16   0.21
XYZ46.748945.730944.3932
Yxy45.73090.34150.3341
Hunter Lab67.62465.05398.4154
CIE-Lab73.37069.46435.7846

#caaeaa color RGB value is (202,174,170).

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

The process color (four color CMYK) of #caaeaa color hex is 0.00, 0.14, 0.16, 0.21. Web safe color of #caaeaa is #cc9999. Color #caaeaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 10101010
Octal 312 256 252
Decimal 202 174 170
Hex CA AE AA

RGB Percentages of Color #caaeaa

%37.00
%31.87
%31.14

CMYK Percentages of Color #caaeaa

%0
%14
%16
%21

Triadic Colors of #caaeaa

#caaeaa #aacaae #aeaaca

Analogous Colors of #caaeaa

#caaeaa #cabeaa #caaab6

Monochromatic Colors of #caaeaa

#caaeaa

Complementary Color

#caaeaa #aac6ca

#caaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaeaa Color CSS Codes

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

#caaeaa Text Font Color

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

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


#caaeaa Background Color

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

This div background color is #caaeaa


#caaeaa Border Color

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

This div border color is #caaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaeaa


Comments

No comments written yet.

Please login to write comment.