Color Hex Logo

#ada25b Color Hex

#ADA25B
(173,162,91)
0 Favorites   0 Comments

Color spaces of #ada25b

RGB 17316291
HSL0.140.330.52
HSV52°47°68°
CMYK 0.000.060.47   0.32
XYZ32.042235.480215.0571
Yxy35.48020.38800.4296
Hunter Lab59.5653-8.217926.7082
CIE-Lab66.1208-5.980838.1631

#ada25b color RGB value is (173,162,91).

#ada25b hex color red value is 173, green value is 162 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ada25b hue: 0.14 , saturation: 0.33 and the lightness value of ada25b is 0.52.

The process color (four color CMYK) of #ada25b color hex is 0.00, 0.06, 0.47, 0.32. Web safe color of #ada25b is #999966. Color #ada25b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 01011011
Octal 255 242 133
Decimal 173 162 91
Hex AD A2 5B

RGB Percentages of Color #ada25b

%40.61
%38.03
%21.36

CMYK Percentages of Color #ada25b

%0
%6
%47
%32

Triadic Colors of #ada25b

#ada25b #5bada2 #a25bad

Analogous Colors of #ada25b

#ada25b #8fad5b #ad795b

Monochromatic Colors of #ada25b

#ada25b

Complementary Color

#ada25b #5b66ad

#ada25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada25b Color CSS Codes

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

#ada25b Text Font Color

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

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


#ada25b Background Color

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

This div background color is #ada25b


#ada25b Border Color

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

This div border color is #ada25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada25b


Comments

No comments written yet.

Please login to write comment.