Color Hex Logo

#cac588 Color Hex

#CAC588
(202,197,136)
0 Favorites   0 Comments

Color spaces of #cac588

RGB 202197136
HSL0.150.380.66
HSV55°33°79°
CMYK 0.000.020.33   0.21
XYZ48.767354.266631.1967
Yxy54.26660.36330.4043
Hunter Lab73.6659-10.747126.4574
CIE-Lab78.6169-7.548931.2828

#cac588 color RGB value is (202,197,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000101 10001000
Octal 312 305 210
Decimal 202 197 136
Hex CA C5 88

RGB Percentages of Color #cac588

%37.76
%36.82
%25.42

CMYK Percentages of Color #cac588

%0
%2
%33
%21

Triadic Colors of #cac588

#cac588 #88cac5 #c588ca

Analogous Colors of #cac588

#cac588 #aeca88 #caa488

Monochromatic Colors of #cac588

#cac588

Complementary Color

#cac588 #888dca

#cac588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac588 Color CSS Codes

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

#cac588 Text Font Color

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

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


#cac588 Background Color

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

This div background color is #cac588


#cac588 Border Color

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

This div border color is #cac588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac588


Comments

No comments written yet.

Please login to write comment.