Color Hex Logo

#adb139 Color Hex

#ADB139
(173,177,57)
0 Favorites   0 Comments

Color spaces of #adb139

RGB 17317757
HSL0.170.510.46
HSV62°68°69°
CMYK 0.020.000.68   0.31
XYZ33.694240.62399.9362
Yxy40.62390.39990.4822
Hunter Lab63.7369-17.176435.3729
CIE-Lab69.9116-16.439958.0804

#adb139 color RGB value is (173,177,57).

#adb139 hex color red value is 173, green value is 177 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #adb139 hue: 0.17 , saturation: 0.51 and the lightness value of adb139 is 0.46.

The process color (four color CMYK) of #adb139 color hex is 0.02, 0.00, 0.68, 0.31. Web safe color of #adb139 is #999933. Color #adb139 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 00111001
Octal 255 261 71
Decimal 173 177 57
Hex AD B1 39

RGB Percentages of Color #adb139

%42.51
%43.49
%14.00

CMYK Percentages of Color #adb139

%2
%0
%68
%31

Triadic Colors of #adb139

#adb139 #39adb1 #b139ad

Analogous Colors of #adb139

#adb139 #71b139 #b17939

Monochromatic Colors of #adb139

#adb139

Complementary Color

#adb139 #3d39b1

#adb139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb139 Color CSS Codes

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

#adb139 Text Font Color

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

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


#adb139 Background Color

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

This div background color is #adb139


#adb139 Border Color

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

This div border color is #adb139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb139


Comments

No comments written yet.

Please login to write comment.