Color Hex Logo

#8ebdae Color Hex

#8EBDAE
(142,189,174)
0 Favorites   0 Comments

Color spaces of #8ebdae

RGB 142189174
HSL0.450.260.65
HSV161°25°74°
CMYK 0.250.000.08   0.26
XYZ36.992945.202046.8195
Yxy45.20200.28670.3504
Hunter Lab67.2324-19.44185.7742
CIE-Lab73.0247-18.66792.5342

#8ebdae color RGB value is (142,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111101 10101110
Octal 216 275 256
Decimal 142 189 174
Hex 8E BD AE

RGB Percentages of Color #8ebdae

%28.12
%37.43
%34.46

CMYK Percentages of Color #8ebdae

%25
%0
%8
%26

Triadic Colors of #8ebdae

#8ebdae #ae8ebd #bdae8e

Analogous Colors of #8ebdae

#8ebdae #8eb5bd #8ebd97

Monochromatic Colors of #8ebdae

#8ebdae

Complementary Color

#8ebdae #bd8e9d

#8ebdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebdae Color CSS Codes

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

#8ebdae Text Font Color

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

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


#8ebdae Background Color

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

This div background color is #8ebdae


#8ebdae Border Color

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

This div border color is #8ebdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebdae


Comments

No comments written yet.

Please login to write comment.