Color Hex Logo

#adb057 Color Hex

#ADB057
(173,176,87)
0 Favorites   0 Comments

Color spaces of #adb057

RGB 17317687
HSL0.170.360.52
HSV62°51°69°
CMYK 0.020.000.51   0.31
XYZ34.479240.623015.0406
Yxy40.62300.38250.4507
Hunter Lab63.7362-14.975630.6239
CIE-Lab69.9110-13.710144.7356

#adb057 color RGB value is (173,176,87).

#adb057 hex color red value is 173, green value is 176 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #adb057 hue: 0.17 , saturation: 0.36 and the lightness value of adb057 is 0.52.

The process color (four color CMYK) of #adb057 color hex is 0.02, 0.00, 0.51, 0.31. Web safe color of #adb057 is #999966. Color #adb057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 01010111
Octal 255 260 127
Decimal 173 176 87
Hex AD B0 57

RGB Percentages of Color #adb057

%39.68
%40.37
%19.95

CMYK Percentages of Color #adb057

%2
%0
%51
%31

Triadic Colors of #adb057

#adb057 #57adb0 #b057ad

Analogous Colors of #adb057

#adb057 #81b057 #b08757

Monochromatic Colors of #adb057

#adb057

Complementary Color

#adb057 #5a57b0

#adb057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb057 Color CSS Codes

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

#adb057 Text Font Color

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

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


#adb057 Background Color

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

This div background color is #adb057


#adb057 Border Color

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

This div border color is #adb057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb057


Comments

No comments written yet.

Please login to write comment.