Color Hex Logo

#8ebdad Color Hex

#8EBDAD
(142,189,173)
0 Favorites   0 Comments

Color spaces of #8ebdad

RGB 142189173
HSL0.440.260.65
HSV160°25°74°
CMYK 0.250.000.08   0.26
XYZ36.895845.163146.3079
Yxy45.16310.28740.3518
Hunter Lab67.2035-19.60686.1875
CIE-Lab72.9992-18.87753.0420

#8ebdad color RGB value is (142,189,173).

#8ebdad hex color red value is 142, green value is 189 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8ebdad hue: 0.44 , saturation: 0.26 and the lightness value of 8ebdad is 0.65.

The process color (four color CMYK) of #8ebdad color hex is 0.25, 0.00, 0.08, 0.26. Web safe color of #8ebdad is #99cc99. Color #8ebdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111101 10101101
Octal 216 275 255
Decimal 142 189 173
Hex 8E BD AD

RGB Percentages of Color #8ebdad

%28.17
%37.50
%34.33

CMYK Percentages of Color #8ebdad

%25
%0
%8
%26

Triadic Colors of #8ebdad

#8ebdad #ad8ebd #bdad8e

Analogous Colors of #8ebdad

#8ebdad #8eb6bd #8ebd96

Monochromatic Colors of #8ebdad

#8ebdad

Complementary Color

#8ebdad #bd8e9e

#8ebdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebdad Color CSS Codes

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

#8ebdad Text Font Color

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

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


#8ebdad Background Color

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

This div background color is #8ebdad


#8ebdad Border Color

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

This div border color is #8ebdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebdad


Comments

No comments written yet.

Please login to write comment.