Color Hex Logo

#cac989 Color Hex

#CAC989
(202,201,137)
0 Favorites   0 Comments

Color spaces of #cac989

RGB 202201137
HSL0.160.380.66
HSV59°32°79°
CMYK 0.000.000.32   0.21
XYZ49.759156.136031.8797
Yxy56.13600.36120.4074
Hunter Lab74.9240-12.570127.2192
CIE-Lab79.6912-9.483932.1797

#cac989 color RGB value is (202,201,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001001 10001001
Octal 312 311 211
Decimal 202 201 137
Hex CA C9 89

RGB Percentages of Color #cac989

%37.41
%37.22
%25.37

CMYK Percentages of Color #cac989

%0
%0
%32
%21

Triadic Colors of #cac989

#cac989 #89cac9 #c989ca

Analogous Colors of #cac989

#cac989 #abca89 #caa989

Monochromatic Colors of #cac989

#cac989

Complementary Color

#cac989 #898aca

#cac989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac989 Color CSS Codes

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

#cac989 Text Font Color

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

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


#cac989 Background Color

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

This div background color is #cac989


#cac989 Border Color

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

This div border color is #cac989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac989


Comments

No comments written yet.

Please login to write comment.