Color Hex Logo

#cac079 Color Hex

#CAC079
(202,192,121)
0 Favorites   0 Comments

Color spaces of #cac079

RGB 202192121
HSL0.150.430.63
HSV53°40°79°
CMYK 0.000.050.40   0.21
XYZ46.657951.636325.5968
Yxy51.63630.37660.4168
Hunter Lab71.8584-9.851629.1811
CIE-Lab77.0629-6.706937.0181

#cac079 color RGB value is (202,192,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000000 01111001
Octal 312 300 171
Decimal 202 192 121
Hex CA C0 79

RGB Percentages of Color #cac079

%39.22
%37.28
%23.50

CMYK Percentages of Color #cac079

%0
%5
%40
%21

Triadic Colors of #cac079

#cac079 #79cac0 #c079ca

Analogous Colors of #cac079

#cac079 #acca79 #ca9879

Monochromatic Colors of #cac079

#cac079

Complementary Color

#cac079 #7983ca

#cac079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac079 Color CSS Codes

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

#cac079 Text Font Color

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

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


#cac079 Background Color

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

This div background color is #cac079


#cac079 Border Color

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

This div border color is #cac079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac079


Comments

No comments written yet.

Please login to write comment.