Color Hex Logo

#caa88e Color Hex

#CAA88E
(202,168,142)
0 Favorites   0 Comments

Color spaces of #caa88e

RGB 202168142
HSL0.070.360.67
HSV26°30°79°
CMYK 0.000.170.30   0.21
XYZ43.242242.514831.5183
Yxy42.51480.36870.3625
Hunter Lab65.20344.273416.9825
CIE-Lab71.22448.588918.0856

#caa88e color RGB value is (202,168,142).

#caa88e hex color red value is 202, green value is 168 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #caa88e hue: 0.07 , saturation: 0.36 and the lightness value of caa88e is 0.67.

The process color (four color CMYK) of #caa88e color hex is 0.00, 0.17, 0.30, 0.21. Web safe color of #caa88e is #cc9999. Color #caa88e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101000 10001110
Octal 312 250 216
Decimal 202 168 142
Hex CA A8 8E

RGB Percentages of Color #caa88e

%39.45
%32.81
%27.73

CMYK Percentages of Color #caa88e

%0
%17
%30
%21

Triadic Colors of #caa88e

#caa88e #8ecaa8 #a88eca

Analogous Colors of #caa88e

#caa88e #cac68e #ca8e92

Monochromatic Colors of #caa88e

#caa88e

Complementary Color

#caa88e #8eb0ca

#caa88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa88e Color CSS Codes

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

#caa88e Text Font Color

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

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


#caa88e Background Color

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

This div background color is #caa88e


#caa88e Border Color

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

This div border color is #caa88e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,168,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa88e


Comments

No comments written yet.

Please login to write comment.