Color Hex Logo

#adb939 Color Hex

#ADB939
(173,185,57)
0 Favorites   0 Comments

Color spaces of #adb939

RGB 17318557
HSL0.180.530.47
HSV66°69°73°
CMYK 0.060.000.69   0.27
XYZ35.321143.877610.4785
Yxy43.87760.39390.4893
Hunter Lab66.2402-20.739136.9891
CIE-Lab72.1466-20.467460.3247

#adb939 color RGB value is (173,185,57).

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

The process color (four color CMYK) of #adb939 color hex is 0.06, 0.00, 0.69, 0.27. Web safe color of #adb939 is #99cc33. Color #adb939 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 00111001
Octal 255 271 71
Decimal 173 185 57
Hex AD B9 39

RGB Percentages of Color #adb939

%41.69
%44.58
%13.73

CMYK Percentages of Color #adb939

%6
%0
%69
%27

Triadic Colors of #adb939

#adb939 #39adb9 #b939ad

Analogous Colors of #adb939

#adb939 #6db939 #b98539

Monochromatic Colors of #adb939

#adb939

Complementary Color

#adb939 #4539b9

#adb939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb939 Color CSS Codes

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

#adb939 Text Font Color

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

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


#adb939 Background Color

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

This div background color is #adb939


#adb939 Border Color

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

This div border color is #adb939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb939


Comments

No comments written yet.

Please login to write comment.