Color Hex Logo

#ada522 Color Hex

#ADA522
(173,165,34)
0 Favorites   0 Comments

Color spaces of #ada522

RGB 17316534
HSL0.160.670.41
HSV57°80°68°
CMYK 0.000.050.80   0.32
XYZ30.977435.91006.8120
Yxy35.91000.42030.4872
Hunter Lab59.9250-12.595535.2076
CIE-Lab66.4511-11.302662.7605

#ada522 color RGB value is (173,165,34).

#ada522 hex color red value is 173, green value is 165 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ada522 hue: 0.16 , saturation: 0.67 and the lightness value of ada522 is 0.41.

The process color (four color CMYK) of #ada522 color hex is 0.00, 0.05, 0.80, 0.32. Web safe color of #ada522 is #999933. Color #ada522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 00100010
Octal 255 245 42
Decimal 173 165 34
Hex AD A5 22

RGB Percentages of Color #ada522

%46.51
%44.35
%9.14

CMYK Percentages of Color #ada522

%0
%5
%80
%32

Triadic Colors of #ada522

#ada522 #22ada5 #a522ad

Analogous Colors of #ada522

#ada522 #70ad22 #ad6022

Monochromatic Colors of #ada522

#ada522

Complementary Color

#ada522 #222aad

#ada522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada522 Color CSS Codes

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

#ada522 Text Font Color

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

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


#ada522 Background Color

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

This div background color is #ada522


#ada522 Border Color

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

This div border color is #ada522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada522


Comments

No comments written yet.

Please login to write comment.