Color Hex Logo

#caad42 Color Hex

#CAAD42
(202,173,66)
0 Favorites   0 Comments

Color spaces of #caad42

RGB 20217366
HSL0.130.560.53
HSV47°67°79°
CMYK 0.000.140.67   0.21
XYZ40.284142.837011.2994
Yxy42.83700.42660.4537
Hunter Lab65.4500-4.671735.5791
CIE-Lab71.4442-1.335356.7802

#caad42 color RGB value is (202,173,66).

#caad42 hex color red value is 202, green value is 173 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #caad42 hue: 0.13 , saturation: 0.56 and the lightness value of caad42 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 01000010
Octal 312 255 102
Decimal 202 173 66
Hex CA AD 42

RGB Percentages of Color #caad42

%45.80
%39.23
%14.97

CMYK Percentages of Color #caad42

%0
%14
%67
%21

Triadic Colors of #caad42

#caad42 #42caad #ad42ca

Analogous Colors of #caad42

#caad42 #a3ca42 #ca6942

Monochromatic Colors of #caad42

#caad42

Complementary Color

#caad42 #425fca

#caad42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caad42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caad42 Color CSS Codes

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

#caad42 Text Font Color

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

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


#caad42 Background Color

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

This div background color is #caad42


#caad42 Border Color

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

This div border color is #caad42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caad42


Comments

No comments written yet.

Please login to write comment.