Color Hex Logo

#8eebbe Color Hex

#8EEBBE
(142,235,190)
0 Favorites   0 Comments

Color spaces of #8eebbe

RGB 142235190
HSL0.420.700.74
HSV151°40°92°
CMYK 0.400.000.19   0.08
XYZ50.157968.885259.3678
Yxy68.88520.28110.3861
Hunter Lab82.9971-37.371515.6879
CIE-Lab86.4472-37.530913.2425

#8eebbe color RGB value is (142,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101011 10111110
Octal 216 353 276
Decimal 142 235 190
Hex 8E EB BE

RGB Percentages of Color #8eebbe

%25.04
%41.45
%33.51

CMYK Percentages of Color #8eebbe

%40
%0
%19
%8

Triadic Colors of #8eebbe

#8eebbe #be8eeb #ebbe8e

Analogous Colors of #8eebbe

#8eebbe #8eeaeb #8eeb90

Monochromatic Colors of #8eebbe

#8eebbe

Complementary Color

#8eebbe #eb8ebb

#8eebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eebbe Color CSS Codes

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

#8eebbe Text Font Color

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

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


#8eebbe Background Color

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

This div background color is #8eebbe


#8eebbe Border Color

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

This div border color is #8eebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eebbe


Comments

No comments written yet.

Please login to write comment.