Color Hex Logo

#caa888 Color Hex

#CAA888
(202,168,136)
0 Favorites   0 Comments

Color spaces of #caa888

RGB 202168136
HSL0.080.380.66
HSV29°33°79°
CMYK 0.000.170.33   0.21
XYZ42.803742.339429.2089
Yxy42.33940.37430.3703
Hunter Lab65.06873.551118.9332
CIE-Lab71.10437.802421.1921

#caa888 color RGB value is (202,168,136).

#caa888 hex color red value is 202, green value is 168 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #caa888 hue: 0.08 , saturation: 0.38 and the lightness value of caa888 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101000 10001000
Octal 312 250 210
Decimal 202 168 136
Hex CA A8 88

RGB Percentages of Color #caa888

%39.92
%33.20
%26.88

CMYK Percentages of Color #caa888

%0
%17
%33
%21

Triadic Colors of #caa888

#caa888 #88caa8 #a888ca

Analogous Colors of #caa888

#caa888 #cac988 #ca8889

Monochromatic Colors of #caa888

#caa888

Complementary Color

#caa888 #88aaca

#caa888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa888 Color CSS Codes

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

#caa888 Text Font Color

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

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


#caa888 Background Color

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

This div background color is #caa888


#caa888 Border Color

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

This div border color is #caa888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa888

#caa888 Color Palettes


Comments

No comments written yet.

Please login to write comment.