Color Hex Logo

#adb25c Color Hex

#ADB25C
(173,178,92)
0 Favorites   0 Comments

Color spaces of #adb25c

RGB 17317892
HSL0.180.360.53
HSV63°48°70°
CMYK 0.030.000.48   0.30
XYZ35.085741.497716.2859
Yxy41.49770.37780.4468
Hunter Lab64.4187-15.512630.1038
CIE-Lab70.5232-14.270343.0132

#adb25c color RGB value is (173,178,92).

#adb25c hex color red value is 173, green value is 178 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #adb25c hue: 0.18 , saturation: 0.36 and the lightness value of adb25c is 0.53.

The process color (four color CMYK) of #adb25c color hex is 0.03, 0.00, 0.48, 0.30. Web safe color of #adb25c is #999966. Color #adb25c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 01011100
Octal 255 262 134
Decimal 173 178 92
Hex AD B2 5C

RGB Percentages of Color #adb25c

%39.05
%40.18
%20.77

CMYK Percentages of Color #adb25c

%3
%0
%48
%30

Triadic Colors of #adb25c

#adb25c #5cadb2 #b25cad

Analogous Colors of #adb25c

#adb25c #82b25c #b28c5c

Monochromatic Colors of #adb25c

#adb25c

Complementary Color

#adb25c #615cb2

#adb25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb25c Color CSS Codes

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

#adb25c Text Font Color

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

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


#adb25c Background Color

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

This div background color is #adb25c


#adb25c Border Color

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

This div border color is #adb25c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,178,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 #adb25c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb25c


Comments

No comments written yet.

Please login to write comment.