Color Hex Logo

#8efeba Color Hex

#8EFEBA
(142,254,186)
0 Favorites   0 Comments

Color spaces of #8efeba

RGB 142254186
HSL0.400.980.78
HSV144°44°100°
CMYK 0.440.000.27   0.00
XYZ55.460180.179659.0075
Yxy80.17960.28490.4119
Hunter Lab89.5431-46.143223.6089
CIE-Lab91.7654-46.690922.7430

#8efeba color RGB value is (142,254,186).

#8efeba hex color red value is 142, green value is 254 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8efeba hue: 0.40 , saturation: 0.98 and the lightness value of 8efeba is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111110 10111010
Octal 216 376 272
Decimal 142 254 186
Hex 8E FE BA

RGB Percentages of Color #8efeba

%24.40
%43.64
%31.96

CMYK Percentages of Color #8efeba

%44
%0
%27
%0

Triadic Colors of #8efeba

#8efeba #ba8efe #feba8e

Analogous Colors of #8efeba

#8efeba #8efef2 #9afe8e

Monochromatic Colors of #8efeba

#8efeba

Complementary Color

#8efeba #fe8ed2

#8efeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efeba Color CSS Codes

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

#8efeba Text Font Color

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

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


#8efeba Background Color

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

This div background color is #8efeba


#8efeba Border Color

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

This div border color is #8efeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efeba


Comments

No comments written yet.

Please login to write comment.