Color Hex Logo

#adb69a Color Hex

#ADB69A
(173,182,154)
0 Favorites   0 Comments

Color spaces of #adb69a

RGB 173182154
HSL0.220.160.66
HSV79°15°71°
CMYK 0.050.000.15   0.29
XYZ39.794344.673237.0973
Yxy44.67320.32740.3675
Hunter Lab66.8380-10.690413.8787
CIE-Lab72.6762-8.173913.2025

#adb69a color RGB value is (173,182,154).

#adb69a hex color red value is 173, green value is 182 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #adb69a hue: 0.22 , saturation: 0.16 and the lightness value of adb69a is 0.66.

The process color (four color CMYK) of #adb69a color hex is 0.05, 0.00, 0.15, 0.29. Web safe color of #adb69a is #99cc99. Color #adb69a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 10011010
Octal 255 266 232
Decimal 173 182 154
Hex AD B6 9A

RGB Percentages of Color #adb69a

%33.99
%35.76
%30.26

CMYK Percentages of Color #adb69a

%5
%0
%15
%29

Triadic Colors of #adb69a

#adb69a #9aadb6 #b69aad

Analogous Colors of #adb69a

#adb69a #9fb69a #b6b19a

Monochromatic Colors of #adb69a

#adb69a

Complementary Color

#adb69a #a39ab6

#adb69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb69a Color CSS Codes

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

#adb69a Text Font Color

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

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


#adb69a Background Color

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

This div background color is #adb69a


#adb69a Border Color

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

This div border color is #adb69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb69a


Comments

No comments written yet.

Please login to write comment.