Color Hex Logo

#8efbbb Color Hex

#8EFBBB
(142,251,187)
0 Favorites   0 Comments

Color spaces of #8efbbb

RGB 142251187
HSL0.400.930.77
HSV145°43°98°
CMYK 0.430.000.25   0.02
XYZ54.622178.333059.2546
Yxy78.33300.28420.4075
Hunter Lab88.5059-44.722822.2596
CIE-Lab90.9316-45.212321.0783

#8efbbb color RGB value is (142,251,187).

#8efbbb hex color red value is 142, green value is 251 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8efbbb hue: 0.40 , saturation: 0.93 and the lightness value of 8efbbb is 0.77.

The process color (four color CMYK) of #8efbbb color hex is 0.43, 0.00, 0.25, 0.02. Web safe color of #8efbbb is #99ffcc. Color #8efbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111011 10111011
Octal 216 373 273
Decimal 142 251 187
Hex 8E FB BB

RGB Percentages of Color #8efbbb

%24.48
%43.28
%32.24

CMYK Percentages of Color #8efbbb

%43
%0
%25
%2

Triadic Colors of #8efbbb

#8efbbb #bb8efb #fbbb8e

Analogous Colors of #8efbbb

#8efbbb #8efbf2 #98fb8e

Monochromatic Colors of #8efbbb

#8efbbb

Complementary Color

#8efbbb #fb8ece

#8efbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efbbb Color CSS Codes

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

#8efbbb Text Font Color

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

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


#8efbbb Background Color

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

This div background color is #8efbbb


#8efbbb Border Color

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

This div border color is #8efbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efbbb


Comments

No comments written yet.

Please login to write comment.