Color Hex Logo

#adb88e Color Hex

#ADB88E
(173,184,142)
0 Favorites   0 Comments

Color spaces of #adb88e

RGB 173184142
HSL0.210.230.64
HSV76°23°72°
CMYK 0.060.000.23   0.28
XYZ39.256645.118232.2308
Yxy45.11820.33670.3869
Hunter Lab67.1701-13.225918.5694
CIE-Lab72.9697-11.131320.1051

#adb88e color RGB value is (173,184,142).

#adb88e hex color red value is 173, green value is 184 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #adb88e hue: 0.21 , saturation: 0.23 and the lightness value of adb88e is 0.64.

The process color (four color CMYK) of #adb88e color hex is 0.06, 0.00, 0.23, 0.28. Web safe color of #adb88e is #99cc99. Color #adb88e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 10001110
Octal 255 270 216
Decimal 173 184 142
Hex AD B8 8E

RGB Percentages of Color #adb88e

%34.67
%36.87
%28.46

CMYK Percentages of Color #adb88e

%6
%0
%23
%28

Triadic Colors of #adb88e

#adb88e #8eadb8 #b88ead

Analogous Colors of #adb88e

#adb88e #98b88e #b8ae8e

Monochromatic Colors of #adb88e

#adb88e

Complementary Color

#adb88e #998eb8

#adb88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb88e Color CSS Codes

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

#adb88e Text Font Color

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

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


#adb88e Background Color

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

This div background color is #adb88e


#adb88e Border Color

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

This div border color is #adb88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb88e


Comments

No comments written yet.

Please login to write comment.