Color Hex Logo

#cac077 Color Hex

#CAC077
(202,192,119)
0 Favorites   0 Comments

Color spaces of #cac077

RGB 202192119
HSL0.150.440.63
HSV53°41°79°
CMYK 0.000.050.41   0.21
XYZ46.536551.587724.9575
Yxy51.58770.37810.4191
Hunter Lab71.8246-10.039529.6752
CIE-Lab77.0336-6.923438.0041

#cac077 color RGB value is (202,192,119).

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

The process color (four color CMYK) of #cac077 color hex is 0.00, 0.05, 0.41, 0.21. Web safe color of #cac077 is #cccc66. Color #cac077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000000 01110111
Octal 312 300 167
Decimal 202 192 119
Hex CA C0 77

RGB Percentages of Color #cac077

%39.38
%37.43
%23.20

CMYK Percentages of Color #cac077

%0
%5
%41
%21

Triadic Colors of #cac077

#cac077 #77cac0 #c077ca

Analogous Colors of #cac077

#cac077 #abca77 #ca9777

Monochromatic Colors of #cac077

#cac077

Complementary Color

#cac077 #7781ca

#cac077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac077 Color CSS Codes

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

#cac077 Text Font Color

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

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


#cac077 Background Color

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

This div background color is #cac077


#cac077 Border Color

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

This div border color is #cac077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac077


Comments

No comments written yet.

Please login to write comment.