Color Hex Logo

#caa389 Color Hex

#CAA389
(202,163,137)
0 Favorites   0 Comments

Color spaces of #caa389

RGB 202163137
HSL0.070.380.66
HSV24°32°79°
CMYK 0.000.190.32   0.21
XYZ41.969740.557129.2832
Yxy40.55710.37540.3627
Hunter Lab63.68456.188317.3166
CIE-Lab69.864510.640818.9452

#caa389 color RGB value is (202,163,137).

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

The process color (four color CMYK) of #caa389 color hex is 0.00, 0.19, 0.32, 0.21. Web safe color of #caa389 is #cc9999. Color #caa389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100011 10001001
Octal 312 243 211
Decimal 202 163 137
Hex CA A3 89

RGB Percentages of Color #caa389

%40.24
%32.47
%27.29

CMYK Percentages of Color #caa389

%0
%19
%32
%21

Triadic Colors of #caa389

#caa389 #89caa3 #a389ca

Analogous Colors of #caa389

#caa389 #cac489 #ca8990

Monochromatic Colors of #caa389

#caa389

Complementary Color

#caa389 #89b0ca

#caa389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa389 Color CSS Codes

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

#caa389 Text Font Color

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

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


#caa389 Background Color

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

This div background color is #caa389


#caa389 Border Color

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

This div border color is #caa389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa389


Comments

No comments written yet.

Please login to write comment.