Color Hex Logo

#cacc89 Color Hex

#CACC89
(202,204,137)
0 Favorites   0 Comments

Color spaces of #cacc89

RGB 202204137
HSL0.170.400.67
HSV62°33°80°
CMYK 0.010.000.33   0.20
XYZ50.465357.548432.1151
Yxy57.54840.36010.4107
Hunter Lab75.8607-14.011428.0024
CIE-Lab80.4871-11.017033.2258

#cacc89 color RGB value is (202,204,137).

#cacc89 hex color red value is 202, green value is 204 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cacc89 hue: 0.17 , saturation: 0.40 and the lightness value of cacc89 is 0.67.

The process color (four color CMYK) of #cacc89 color hex is 0.01, 0.00, 0.33, 0.20. Web safe color of #cacc89 is #cccc99. Color #cacc89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 10001001
Octal 312 314 211
Decimal 202 204 137
Hex CA CC 89

RGB Percentages of Color #cacc89

%37.20
%37.57
%25.23

CMYK Percentages of Color #cacc89

%1
%0
%33
%20

Triadic Colors of #cacc89

#cacc89 #89cacc #cc89ca

Analogous Colors of #cacc89

#cacc89 #a9cc89 #ccad89

Monochromatic Colors of #cacc89

#cacc89

Complementary Color

#cacc89 #8b89cc

#cacc89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacc89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacc89 Color CSS Codes

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

#cacc89 Text Font Color

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

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


#cacc89 Background Color

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

This div background color is #cacc89


#cacc89 Border Color

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

This div border color is #cacc89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacc89


Comments

No comments written yet.

Please login to write comment.