Color Hex Logo

#cacc7a Color Hex

#CACC7A
(202,204,122)
0 Favorites   0 Comments

Color spaces of #cacc7a

RGB 202204122
HSL0.170.450.64
HSV61°40°80°
CMYK 0.010.000.40   0.20
XYZ49.462857.147426.8359
Yxy57.14740.37070.4282
Hunter Lab75.5959-15.499331.8697
CIE-Lab80.2624-12.747740.5742

#cacc7a color RGB value is (202,204,122).

#cacc7a hex color red value is 202, green value is 204 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cacc7a hue: 0.17 , saturation: 0.45 and the lightness value of cacc7a is 0.64.

The process color (four color CMYK) of #cacc7a color hex is 0.01, 0.00, 0.40, 0.20. Web safe color of #cacc7a is #cccc66. Color #cacc7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 01111010
Octal 312 314 172
Decimal 202 204 122
Hex CA CC 7A

RGB Percentages of Color #cacc7a

%38.26
%38.64
%23.11

CMYK Percentages of Color #cacc7a

%1
%0
%40
%20

Triadic Colors of #cacc7a

#cacc7a #7acacc #cc7aca

Analogous Colors of #cacc7a

#cacc7a #a1cc7a #cca57a

Monochromatic Colors of #cacc7a

#cacc7a

Complementary Color

#cacc7a #7c7acc

#cacc7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacc7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacc7a Color CSS Codes

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

#cacc7a Text Font Color

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

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


#cacc7a Background Color

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

This div background color is #cacc7a


#cacc7a Border Color

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

This div border color is #cacc7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacc7a


Comments

No comments written yet.

Please login to write comment.