Color Hex Logo

#adba72 Color Hex

#ADBA72
(173,186,114)
0 Favorites   0 Comments

Color spaces of #adba72

RGB 173186114
HSL0.200.340.59
HSV71°39°73°
CMYK 0.070.000.39   0.27
XYZ37.829745.217022.6535
Yxy45.21700.35790.4278
Hunter Lab67.2436-17.256327.0965
CIE-Lab73.0346-15.978334.9978

#adba72 color RGB value is (173,186,114).

#adba72 hex color red value is 173, green value is 186 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #adba72 hue: 0.20 , saturation: 0.34 and the lightness value of adba72 is 0.59.

The process color (four color CMYK) of #adba72 color hex is 0.07, 0.00, 0.39, 0.27. Web safe color of #adba72 is #99cc66. Color #adba72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 01110010
Octal 255 272 162
Decimal 173 186 114
Hex AD BA 72

RGB Percentages of Color #adba72

%36.58
%39.32
%24.10

CMYK Percentages of Color #adba72

%7
%0
%39
%27

Triadic Colors of #adba72

#adba72 #72adba #ba72ad

Analogous Colors of #adba72

#adba72 #89ba72 #baa372

Monochromatic Colors of #adba72

#adba72

Complementary Color

#adba72 #7f72ba

#adba72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba72 Color CSS Codes

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

#adba72 Text Font Color

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

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


#adba72 Background Color

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

This div background color is #adba72


#adba72 Border Color

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

This div border color is #adba72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba72


Comments

No comments written yet.

Please login to write comment.