Color Hex Logo

#cac370 Color Hex

#CAC370
(202,195,112)
0 Favorites   0 Comments

Color spaces of #cac370

RGB 202195112
HSL0.150.460.62
HSV55°45°79°
CMYK 0.000.030.45   0.21
XYZ46.796952.756623.0458
Yxy52.75660.38170.4303
Hunter Lab72.6337-12.104032.0316
CIE-Lab77.7311-9.195942.4151

#cac370 color RGB value is (202,195,112).

#cac370 hex color red value is 202, green value is 195 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cac370 hue: 0.15 , saturation: 0.46 and the lightness value of cac370 is 0.62.

The process color (four color CMYK) of #cac370 color hex is 0.00, 0.03, 0.45, 0.21. Web safe color of #cac370 is #cccc66. Color #cac370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000011 01110000
Octal 312 303 160
Decimal 202 195 112
Hex CA C3 70

RGB Percentages of Color #cac370

%39.69
%38.31
%22.00

CMYK Percentages of Color #cac370

%0
%3
%45
%21

Triadic Colors of #cac370

#cac370 #70cac3 #c370ca

Analogous Colors of #cac370

#cac370 #a4ca70 #ca9670

Monochromatic Colors of #cac370

#cac370

Complementary Color

#cac370 #7077ca

#cac370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac370 Color CSS Codes

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

#cac370 Text Font Color

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

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


#cac370 Background Color

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

This div background color is #cac370


#cac370 Border Color

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

This div border color is #cac370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac370


Comments

No comments written yet.

Please login to write comment.