Color Hex Logo

#adb25d Color Hex

#ADB25D
(173,178,93)
0 Favorites   0 Comments

Color spaces of #adb25d

RGB 17317893
HSL0.180.360.53
HSV64°48°70°
CMYK 0.030.000.48   0.30
XYZ35.129841.515316.5177
Yxy41.51530.37710.4456
Hunter Lab64.4324-15.434929.9032
CIE-Lab70.5354-14.172842.5329

#adb25d color RGB value is (173,178,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 01011101
Octal 255 262 135
Decimal 173 178 93
Hex AD B2 5D

RGB Percentages of Color #adb25d

%38.96
%40.09
%20.95

CMYK Percentages of Color #adb25d

%3
%0
%48
%30

Triadic Colors of #adb25d

#adb25d #5dadb2 #b25dad

Analogous Colors of #adb25d

#adb25d #83b25d #b28d5d

Monochromatic Colors of #adb25d

#adb25d

Complementary Color

#adb25d #625db2

#adb25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb25d Color CSS Codes

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

#adb25d Text Font Color

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

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


#adb25d Background Color

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

This div background color is #adb25d


#adb25d Border Color

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

This div border color is #adb25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb25d


Comments

No comments written yet.

Please login to write comment.