Color Hex Logo

#8eeebb Color Hex

#8EEEBB
(142,238,187)
0 Favorites   0 Comments

Color spaces of #8eeebb

RGB 142238187
HSL0.410.740.75
HSV148°40°93°
CMYK 0.400.000.21   0.07
XYZ50.699570.487757.9471
Yxy70.48770.28300.3935
Hunter Lab83.9570-39.133017.8479
CIE-Lab87.2355-39.479815.9156

#8eeebb color RGB value is (142,238,187).

#8eeebb hex color red value is 142, green value is 238 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8eeebb hue: 0.41 , saturation: 0.74 and the lightness value of 8eeebb is 0.75.

The process color (four color CMYK) of #8eeebb color hex is 0.40, 0.00, 0.21, 0.07. Web safe color of #8eeebb is #99ffcc. Color #8eeebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101110 10111011
Octal 216 356 273
Decimal 142 238 187
Hex 8E EE BB

RGB Percentages of Color #8eeebb

%25.04
%41.98
%32.98

CMYK Percentages of Color #8eeebb

%40
%0
%21
%7

Triadic Colors of #8eeebb

#8eeebb #bb8eee #eebb8e

Analogous Colors of #8eeebb

#8eeebb #8eeeeb #91ee8e

Monochromatic Colors of #8eeebb

#8eeebb

Complementary Color

#8eeebb #ee8ec1

#8eeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeebb Color CSS Codes

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

#8eeebb Text Font Color

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

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


#8eeebb Background Color

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

This div background color is #8eeebb


#8eeebb Border Color

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

This div border color is #8eeebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeebb


Comments

No comments written yet.

Please login to write comment.