Color Hex Logo

#ada962 Color Hex

#ADA962
(173,169,98)
0 Favorites   0 Comments

Color spaces of #ada962

RGB 17316998
HSL0.160.310.53
HSV57°43°68°
CMYK 0.000.020.43   0.32
XYZ33.626238.142017.1451
Yxy38.14200.37820.4290
Hunter Lab61.7592-10.890326.7718
CIE-Lab68.1251-8.977837.0435

#ada962 color RGB value is (173,169,98).

#ada962 hex color red value is 173, green value is 169 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ada962 hue: 0.16 , saturation: 0.31 and the lightness value of ada962 is 0.53.

The process color (four color CMYK) of #ada962 color hex is 0.00, 0.02, 0.43, 0.32. Web safe color of #ada962 is #999966. Color #ada962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 01100010
Octal 255 251 142
Decimal 173 169 98
Hex AD A9 62

RGB Percentages of Color #ada962

%39.32
%38.41
%22.27

CMYK Percentages of Color #ada962

%0
%2
%43
%32

Triadic Colors of #ada962

#ada962 #62ada9 #a962ad

Analogous Colors of #ada962

#ada962 #8cad62 #ad8462

Monochromatic Colors of #ada962

#ada962

Complementary Color

#ada962 #6266ad

#ada962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada962 Color CSS Codes

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

#ada962 Text Font Color

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

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


#ada962 Background Color

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

This div background color is #ada962


#ada962 Border Color

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

This div border color is #ada962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada962


Comments

No comments written yet.

Please login to write comment.