Color Hex Logo

#caad2f Color Hex

#CAAD2F
(202,173,47)
0 Favorites   0 Comments

Color spaces of #caad2f

RGB 20217347
HSL0.140.620.49
HSV49°77°79°
CMYK 0.000.140.77   0.21
XYZ39.813842.64898.8230
Yxy42.64890.43610.4672
Hunter Lab65.3061-5.463437.7041
CIE-Lab71.3160-2.250163.9985

#caad2f color RGB value is (202,173,47).

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

The process color (four color CMYK) of #caad2f color hex is 0.00, 0.14, 0.77, 0.21. Web safe color of #caad2f is #cc9933. Color #caad2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 00101111
Octal 312 255 57
Decimal 202 173 47
Hex CA AD 2F

RGB Percentages of Color #caad2f

%47.87
%41.00
%11.14

CMYK Percentages of Color #caad2f

%0
%14
%77
%21

Triadic Colors of #caad2f

#caad2f #2fcaad #ad2fca

Analogous Colors of #caad2f

#caad2f #9aca2f #ca602f

Monochromatic Colors of #caad2f

#caad2f

Complementary Color

#caad2f #2f4cca

#caad2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caad2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caad2f Color CSS Codes

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

#caad2f Text Font Color

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

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


#caad2f Background Color

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

This div background color is #caad2f


#caad2f Border Color

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

This div border color is #caad2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caad2f


Comments

No comments written yet.

Please login to write comment.