Color Hex Logo

#cac337 Color Hex

#CAC337
(202,195,55)
0 Favorites   0 Comments

Color spaces of #cac337

RGB 20219555
HSL0.160.580.50
HSV57°73°79°
CMYK 0.000.030.73   0.21
XYZ44.561851.862611.2763
Yxy51.86260.41380.4815
Hunter Lab72.0157-15.575441.1273
CIE-Lab77.1986-13.289366.7656

#cac337 color RGB value is (202,195,55).

#cac337 hex color red value is 202, green value is 195 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #cac337 hue: 0.16 , saturation: 0.58 and the lightness value of cac337 is 0.50.

The process color (four color CMYK) of #cac337 color hex is 0.00, 0.03, 0.73, 0.21. Web safe color of #cac337 is #cccc33. Color #cac337 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000011 00110111
Octal 312 303 67
Decimal 202 195 55
Hex CA C3 37

RGB Percentages of Color #cac337

%44.69
%43.14
%12.17

CMYK Percentages of Color #cac337

%0
%3
%73
%21

Triadic Colors of #cac337

#cac337 #37cac3 #c337ca

Analogous Colors of #cac337

#cac337 #88ca37 #ca7a37

Monochromatic Colors of #cac337

#cac337

Complementary Color

#cac337 #373eca

#cac337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac337 Color CSS Codes

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

#cac337 Text Font Color

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

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


#cac337 Background Color

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

This div background color is #cac337


#cac337 Border Color

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

This div border color is #cac337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac337


Comments

No comments written yet.

Please login to write comment.