Color Hex Logo

#caac62 Color Hex

#CAAC62
(202,172,98)
0 Favorites   0 Comments

Color spaces of #caac62

RGB 20217298
HSL0.120.500.59
HSV43°51°79°
CMYK 0.000.150.51   0.21
XYZ41.314242.943417.6667
Yxy42.94340.40530.4213
Hunter Lab65.5312-2.144229.8877
CIE-Lab71.51651.527341.8064

#caac62 color RGB value is (202,172,98).

#caac62 hex color red value is 202, green value is 172 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #caac62 hue: 0.12 , saturation: 0.50 and the lightness value of caac62 is 0.59.

The process color (four color CMYK) of #caac62 color hex is 0.00, 0.15, 0.51, 0.21. Web safe color of #caac62 is #cc9966. Color #caac62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101100 01100010
Octal 312 254 142
Decimal 202 172 98
Hex CA AC 62

RGB Percentages of Color #caac62

%42.80
%36.44
%20.76

CMYK Percentages of Color #caac62

%0
%15
%51
%21

Triadic Colors of #caac62

#caac62 #62caac #ac62ca

Analogous Colors of #caac62

#caac62 #b4ca62 #ca7862

Monochromatic Colors of #caac62

#caac62

Complementary Color

#caac62 #6280ca

#caac62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caac62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caac62 Color CSS Codes

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

#caac62 Text Font Color

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

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


#caac62 Background Color

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

This div background color is #caac62


#caac62 Border Color

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

This div border color is #caac62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caac62


Comments

No comments written yet.

Please login to write comment.