Color Hex Logo

#8efdbc Color Hex

#8EFDBC
(142,253,188)
0 Favorites   0 Comments

Color spaces of #8efdbc

RGB 142253188
HSL0.400.970.77
HSV145°44°99°
CMYK 0.440.000.26   0.01
XYZ55.357779.632260.0298
Yxy79.63220.28390.4083
Hunter Lab89.2369-45.432822.5813
CIE-Lab91.5196-45.888721.3830

#8efdbc color RGB value is (142,253,188).

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

The process color (four color CMYK) of #8efdbc color hex is 0.44, 0.00, 0.26, 0.01. Web safe color of #8efdbc is #99ffcc. Color #8efdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111101 10111100
Octal 216 375 274
Decimal 142 253 188
Hex 8E FD BC

RGB Percentages of Color #8efdbc

%24.36
%43.40
%32.25

CMYK Percentages of Color #8efdbc

%44
%0
%26
%1

Triadic Colors of #8efdbc

#8efdbc #bc8efd #fdbc8e

Analogous Colors of #8efdbc

#8efdbc #8efdf4 #98fd8e

Monochromatic Colors of #8efdbc

#8efdbc

Complementary Color

#8efdbc #fd8ecf

#8efdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efdbc Color CSS Codes

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

#8efdbc Text Font Color

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

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


#8efdbc Background Color

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

This div background color is #8efdbc


#8efdbc Border Color

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

This div border color is #8efdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efdbc


Comments

No comments written yet.

Please login to write comment.