Color Hex Logo

#ada25c Color Hex

#ADA25C
(173,162,92)
0 Favorites   0 Comments

Color spaces of #ada25c

RGB 17316292
HSL0.140.330.52
HSV52°47°68°
CMYK 0.000.060.47   0.32
XYZ32.085735.497615.2858
Yxy35.49760.38720.4284
Hunter Lab59.5799-8.136726.4945
CIE-Lab66.1343-5.881337.6652

#ada25c color RGB value is (173,162,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 01011100
Octal 255 242 134
Decimal 173 162 92
Hex AD A2 5C

RGB Percentages of Color #ada25c

%40.52
%37.94
%21.55

CMYK Percentages of Color #ada25c

%0
%6
%47
%32

Triadic Colors of #ada25c

#ada25c #5cada2 #a25cad

Analogous Colors of #ada25c

#ada25c #90ad5c #ad7a5c

Monochromatic Colors of #ada25c

#ada25c

Complementary Color

#ada25c #5c67ad

#ada25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada25c Color CSS Codes

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

#ada25c Text Font Color

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

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


#ada25c Background Color

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

This div background color is #ada25c


#ada25c Border Color

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

This div border color is #ada25c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada25c


Comments

No comments written yet.

Please login to write comment.