Color Hex Logo

#8ee9bd Color Hex

#8EE9BD
(142,233,189)
0 Favorites   0 Comments

Color spaces of #8ee9bd

RGB 142233189
HSL0.420.670.74
HSV151°39°91°
CMYK 0.390.000.19   0.09
XYZ49.479667.702758.6042
Yxy67.70270.28150.3851
Hunter Lab82.2817-36.652915.3685
CIE-Lab85.8576-36.819212.9295

#8ee9bd color RGB value is (142,233,189).

#8ee9bd hex color red value is 142, green value is 233 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8ee9bd hue: 0.42 , saturation: 0.67 and the lightness value of 8ee9bd is 0.74.

The process color (four color CMYK) of #8ee9bd color hex is 0.39, 0.00, 0.19, 0.09. Web safe color of #8ee9bd is #99ffcc. Color #8ee9bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101001 10111101
Octal 216 351 275
Decimal 142 233 189
Hex 8E E9 BD

RGB Percentages of Color #8ee9bd

%25.18
%41.31
%33.51

CMYK Percentages of Color #8ee9bd

%39
%0
%19
%9

Triadic Colors of #8ee9bd

#8ee9bd #bd8ee9 #e9bd8e

Analogous Colors of #8ee9bd

#8ee9bd #8ee8e9 #8ee990

Monochromatic Colors of #8ee9bd

#8ee9bd

Complementary Color

#8ee9bd #e98eba

#8ee9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee9bd Color CSS Codes

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

#8ee9bd Text Font Color

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

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


#8ee9bd Background Color

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

This div background color is #8ee9bd


#8ee9bd Border Color

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

This div border color is #8ee9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee9bd


Comments

No comments written yet.

Please login to write comment.