Color Hex Logo

#cac176 Color Hex

#CAC176
(202,193,118)
0 Favorites   0 Comments

Color spaces of #cac176

RGB 202193118
HSL0.150.440.63
HSV54°42°79°
CMYK 0.000.040.42   0.21
XYZ46.697152.004524.7162
Yxy52.00450.37840.4214
Hunter Lab72.1141-10.613130.1590
CIE-Lab77.2835-7.547738.8307

#cac176 color RGB value is (202,193,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000001 01110110
Octal 312 301 166
Decimal 202 193 118
Hex CA C1 76

RGB Percentages of Color #cac176

%39.38
%37.62
%23.00

CMYK Percentages of Color #cac176

%0
%4
%42
%21

Triadic Colors of #cac176

#cac176 #76cac1 #c176ca

Analogous Colors of #cac176

#cac176 #a9ca76 #ca9776

Monochromatic Colors of #cac176

#cac176

Complementary Color

#cac176 #767fca

#cac176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac176 Color CSS Codes

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

#cac176 Text Font Color

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

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


#cac176 Background Color

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

This div background color is #cac176


#cac176 Border Color

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

This div border color is #cac176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac176


Comments

No comments written yet.

Please login to write comment.