Color Hex Logo

#8eebbb Color Hex

#8EEBBB
(142,235,187)
0 Favorites   0 Comments

Color spaces of #8eebbb

RGB 142235187
HSL0.410.700.74
HSV149°40°92°
CMYK 0.400.000.20   0.08
XYZ49.833368.755357.6583
Yxy68.75530.28270.3901
Hunter Lab82.9188-37.831416.8154
CIE-Lab86.3827-38.126614.7150

#8eebbb color RGB value is (142,235,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101011 10111011
Octal 216 353 273
Decimal 142 235 187
Hex 8E EB BB

RGB Percentages of Color #8eebbb

%25.18
%41.67
%33.16

CMYK Percentages of Color #8eebbb

%40
%0
%20
%8

Triadic Colors of #8eebbb

#8eebbb #bb8eeb #ebbb8e

Analogous Colors of #8eebbb

#8eebbb #8eebea #90eb8e

Monochromatic Colors of #8eebbb

#8eebbb

Complementary Color

#8eebbb #eb8ebe

#8eebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eebbb Color CSS Codes

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

#8eebbb Text Font Color

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

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


#8eebbb Background Color

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

This div background color is #8eebbb


#8eebbb Border Color

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

This div border color is #8eebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eebbb


Comments

No comments written yet.

Please login to write comment.