Color Hex Logo

#cac157 Color Hex

#CAC157
(202,193,87)
0 Favorites   0 Comments

Color spaces of #cac157

RGB 20219387
HSL0.150.520.57
HSV55°57°79°
CMYK 0.000.040.57   0.21
XYZ45.147451.384616.5555
Yxy51.38460.39920.4544
Hunter Lab71.6831-13.022536.4849
CIE-Lab76.9114-10.357253.4446

#cac157 color RGB value is (202,193,87).

#cac157 hex color red value is 202, green value is 193 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cac157 hue: 0.15 , saturation: 0.52 and the lightness value of cac157 is 0.57.

The process color (four color CMYK) of #cac157 color hex is 0.00, 0.04, 0.57, 0.21. Web safe color of #cac157 is #cccc66. Color #cac157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000001 01010111
Octal 312 301 127
Decimal 202 193 87
Hex CA C1 57

RGB Percentages of Color #cac157

%41.91
%40.04
%18.05

CMYK Percentages of Color #cac157

%0
%4
%57
%21

Triadic Colors of #cac157

#cac157 #57cac1 #c157ca

Analogous Colors of #cac157

#cac157 #9aca57 #ca8857

Monochromatic Colors of #cac157

#cac157

Complementary Color

#cac157 #5760ca

#cac157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac157 Color CSS Codes

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

#cac157 Text Font Color

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

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


#cac157 Background Color

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

This div background color is #cac157


#cac157 Border Color

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

This div border color is #cac157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac157


Comments

No comments written yet.

Please login to write comment.