Color Hex Logo

#ada25e Color Hex

#ADA25E
(173,162,94)
0 Favorites   0 Comments

Color spaces of #ada25e

RGB 17316294
HSL0.140.330.52
HSV52°46°68°
CMYK 0.000.060.46   0.32
XYZ32.174335.533015.7525
Yxy35.53300.38550.4257
Hunter Lab59.6096-7.971226.0586
CIE-Lab66.1615-5.678736.6650

#ada25e color RGB value is (173,162,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 01011110
Octal 255 242 136
Decimal 173 162 94
Hex AD A2 5E

RGB Percentages of Color #ada25e

%40.33
%37.76
%21.91

CMYK Percentages of Color #ada25e

%0
%6
%46
%32

Triadic Colors of #ada25e

#ada25e #5eada2 #a25ead

Analogous Colors of #ada25e

#ada25e #91ad5e #ad7b5e

Monochromatic Colors of #ada25e

#ada25e

Complementary Color

#ada25e #5e69ad

#ada25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada25e Color CSS Codes

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

#ada25e Text Font Color

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

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


#ada25e Background Color

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

This div background color is #ada25e


#ada25e Border Color

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

This div border color is #ada25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada25e


Comments

No comments written yet.

Please login to write comment.