Color Hex Logo

#caad59 Color Hex

#CAAD59
(202,173,89)
0 Favorites   0 Comments

Color spaces of #caad59

RGB 20217389
HSL0.120.520.57
HSV45°56°79°
CMYK 0.000.140.56   0.21
XYZ41.103943.165015.6165
Yxy43.16500.41150.4321
Hunter Lab65.7001-3.300331.8972
CIE-Lab71.66680.235846.4598

#caad59 color RGB value is (202,173,89).

#caad59 hex color red value is 202, green value is 173 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #caad59 hue: 0.12 , saturation: 0.52 and the lightness value of caad59 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 01011001
Octal 312 255 131
Decimal 202 173 89
Hex CA AD 59

RGB Percentages of Color #caad59

%43.53
%37.28
%19.18

CMYK Percentages of Color #caad59

%0
%14
%56
%21

Triadic Colors of #caad59

#caad59 #59caad #ad59ca

Analogous Colors of #caad59

#caad59 #afca59 #ca7559

Monochromatic Colors of #caad59

#caad59

Complementary Color

#caad59 #5976ca

#caad59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caad59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caad59 Color CSS Codes

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

#caad59 Text Font Color

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

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


#caad59 Background Color

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

This div background color is #caad59


#caad59 Border Color

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

This div border color is #caad59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caad59

#caad59 Color Palettes


Comments

No comments written yet.

Please login to write comment.