Color Hex Logo

#8ee6bd Color Hex

#8EE6BD
(142,230,189)
0 Favorites   0 Comments

Color spaces of #8ee6bd

RGB 142230189
HSL0.420.640.73
HSV152°38°90°
CMYK 0.380.000.18   0.10
XYZ48.637566.018558.3235
Yxy66.01850.28120.3817
Hunter Lab81.2518-35.340114.3172
CIE-Lab85.0059-35.442911.7212

#8ee6bd color RGB value is (142,230,189).

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

The process color (four color CMYK) of #8ee6bd color hex is 0.38, 0.00, 0.18, 0.10. Web safe color of #8ee6bd is #99ffcc. Color #8ee6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11100110 10111101
Octal 216 346 275
Decimal 142 230 189
Hex 8E E6 BD

RGB Percentages of Color #8ee6bd

%25.31
%41.00
%33.69

CMYK Percentages of Color #8ee6bd

%38
%0
%18
%10

Triadic Colors of #8ee6bd

#8ee6bd #bd8ee6 #e6bd8e

Analogous Colors of #8ee6bd

#8ee6bd #8ee3e6 #8ee691

Monochromatic Colors of #8ee6bd

#8ee6bd

Complementary Color

#8ee6bd #e68eb7

#8ee6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee6bd Color CSS Codes

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

#8ee6bd Text Font Color

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

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


#8ee6bd Background Color

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

This div background color is #8ee6bd


#8ee6bd Border Color

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

This div border color is #8ee6bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,230,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 #8ee6bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee6bd


Comments

No comments written yet.

Please login to write comment.