Color Hex Logo

#caad70 Color Hex

#CAAD70
(202,173,112)
0 Favorites   0 Comments

Color spaces of #caad70

RGB 202173112
HSL0.110.460.62
HSV41°45°79°
CMYK 0.000.140.45   0.21
XYZ42.225343.613521.5220
Yxy43.61350.39330.4062
Hunter Lab66.0405-1.440726.9063
CIE-Lab71.96942.339335.1683

#caad70 color RGB value is (202,173,112).

#caad70 hex color red value is 202, green value is 173 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #caad70 hue: 0.11 , saturation: 0.46 and the lightness value of caad70 is 0.62.

The process color (four color CMYK) of #caad70 color hex is 0.00, 0.14, 0.45, 0.21. Web safe color of #caad70 is #cc9966. Color #caad70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 01110000
Octal 312 255 160
Decimal 202 173 112
Hex CA AD 70

RGB Percentages of Color #caad70

%41.48
%35.52
%23.00

CMYK Percentages of Color #caad70

%0
%14
%45
%21

Triadic Colors of #caad70

#caad70 #70caad #ad70ca

Analogous Colors of #caad70

#caad70 #baca70 #ca8070

Monochromatic Colors of #caad70

#caad70

Complementary Color

#caad70 #708dca

#caad70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caad70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caad70 Color CSS Codes

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

#caad70 Text Font Color

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

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


#caad70 Background Color

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

This div background color is #caad70


#caad70 Border Color

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

This div border color is #caad70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caad70


Comments

No comments written yet.

Please login to write comment.