Color Hex Logo

#adb45f Color Hex

#ADB45F
(173,180,95)
0 Favorites   0 Comments

Color spaces of #adb45f

RGB 17318095
HSL0.180.360.54
HSV65°47°71°
CMYK 0.040.000.47   0.29
XYZ35.620442.353017.1240
Yxy42.35300.37460.4454
Hunter Lab65.0792-16.188529.9547
CIE-Lab71.1136-15.002342.2403

#adb45f color RGB value is (173,180,95).

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

The process color (four color CMYK) of #adb45f color hex is 0.04, 0.00, 0.47, 0.29. Web safe color of #adb45f is #99cc66. Color #adb45f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 01011111
Octal 255 264 137
Decimal 173 180 95
Hex AD B4 5F

RGB Percentages of Color #adb45f

%38.62
%40.18
%21.21

CMYK Percentages of Color #adb45f

%4
%0
%47
%29

Triadic Colors of #adb45f

#adb45f #5fadb4 #b45fad

Analogous Colors of #adb45f

#adb45f #83b45f #b4915f

Monochromatic Colors of #adb45f

#adb45f

Complementary Color

#adb45f #665fb4

#adb45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb45f Color CSS Codes

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

#adb45f Text Font Color

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

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


#adb45f Background Color

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

This div background color is #adb45f


#adb45f Border Color

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

This div border color is #adb45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb45f


Comments

No comments written yet.

Please login to write comment.