Color Hex Logo

#cac276 Color Hex

#CAC276
(202,194,118)
0 Favorites   0 Comments

Color spaces of #cac276

RGB 202194118
HSL0.150.440.63
HSV54°42°79°
CMYK 0.000.040.42   0.21
XYZ46.918952.448124.7902
Yxy52.44810.37790.4224
Hunter Lab72.4211-11.093430.3994
CIE-Lab77.5480-8.064139.1650

#cac276 color RGB value is (202,194,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000010 01110110
Octal 312 302 166
Decimal 202 194 118
Hex CA C2 76

RGB Percentages of Color #cac276

%39.30
%37.74
%22.96

CMYK Percentages of Color #cac276

%0
%4
%42
%21

Triadic Colors of #cac276

#cac276 #76cac2 #c276ca

Analogous Colors of #cac276

#cac276 #a8ca76 #ca9876

Monochromatic Colors of #cac276

#cac276

Complementary Color

#cac276 #767eca

#cac276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac276 Color CSS Codes

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

#cac276 Text Font Color

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

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


#cac276 Background Color

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

This div background color is #cac276


#cac276 Border Color

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

This div border color is #cac276


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,194,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 #cac276">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac276


Comments

No comments written yet.

Please login to write comment.