Color Hex Logo

#cac37f Color Hex

#CAC37F
(202,195,127)
0 Favorites   0 Comments

Color spaces of #cac37f

RGB 202195127
HSL0.150.410.65
HSV54°37°79°
CMYK 0.000.030.37   0.21
XYZ47.703053.119127.8175
Yxy53.11910.37080.4129
Hunter Lab72.8829-10.713928.3885
CIE-Lab77.9453-7.587235.0684

#cac37f color RGB value is (202,195,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000011 01111111
Octal 312 303 177
Decimal 202 195 127
Hex CA C3 7F

RGB Percentages of Color #cac37f

%38.55
%37.21
%24.24

CMYK Percentages of Color #cac37f

%0
%3
%37
%21

Triadic Colors of #cac37f

#cac37f #7fcac3 #c37fca

Analogous Colors of #cac37f

#cac37f #acca7f #ca9e7f

Monochromatic Colors of #cac37f

#cac37f

Complementary Color

#cac37f #7f86ca

#cac37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac37f Color CSS Codes

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

#cac37f Text Font Color

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

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


#cac37f Background Color

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

This div background color is #cac37f


#cac37f Border Color

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

This div border color is #cac37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac37f


Comments

No comments written yet.

Please login to write comment.