Color Hex Logo

#adbe8e Color Hex

#ADBE8E
(173,190,142)
0 Favorites   0 Comments

Color spaces of #adbe8e

RGB 173190142
HSL0.230.270.65
HSV81°25°75°
CMYK 0.090.000.25   0.25
XYZ40.529547.664132.6552
Yxy47.66410.33540.3944
Hunter Lab69.0392-16.030120.2836
CIE-Lab74.6126-14.230922.3552

#adbe8e color RGB value is (173,190,142).

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

The process color (four color CMYK) of #adbe8e color hex is 0.09, 0.00, 0.25, 0.25. Web safe color of #adbe8e is #99cc99. Color #adbe8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 10001110
Octal 255 276 216
Decimal 173 190 142
Hex AD BE 8E

RGB Percentages of Color #adbe8e

%34.26
%37.62
%28.12

CMYK Percentages of Color #adbe8e

%9
%0
%25
%25

Triadic Colors of #adbe8e

#adbe8e #8eadbe #be8ead

Analogous Colors of #adbe8e

#adbe8e #95be8e #beb78e

Monochromatic Colors of #adbe8e

#adbe8e

Complementary Color

#adbe8e #9f8ebe

#adbe8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbe8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbe8e Color CSS Codes

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

#adbe8e Text Font Color

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

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


#adbe8e Background Color

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

This div background color is #adbe8e


#adbe8e Border Color

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

This div border color is #adbe8e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,190,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 #adbe8e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbe8e


Comments

No comments written yet.

Please login to write comment.