Color Hex Logo

#8efeb4 Color Hex

#8EFEB4
(142,254,180)
0 Favorites   0 Comments

Color spaces of #8efeb4

RGB 142254180
HSL0.390.980.78
HSV140°44°100°
CMYK 0.440.000.29   0.00
XYZ54.835479.929755.7179
Yxy79.92970.28790.4196
Hunter Lab89.4034-46.973425.6317
CIE-Lab91.6533-47.782525.6380

#8efeb4 color RGB value is (142,254,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111110 10110100
Octal 216 376 264
Decimal 142 254 180
Hex 8E FE B4

RGB Percentages of Color #8efeb4

%24.65
%44.10
%31.25

CMYK Percentages of Color #8efeb4

%44
%0
%29
%0

Triadic Colors of #8efeb4

#8efeb4 #b48efe #feb48e

Analogous Colors of #8efeb4

#8efeb4 #8efeec #a0fe8e

Monochromatic Colors of #8efeb4

#8efeb4

Complementary Color

#8efeb4 #fe8ed8

#8efeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efeb4 Color CSS Codes

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

#8efeb4 Text Font Color

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

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


#8efeb4 Background Color

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

This div background color is #8efeb4


#8efeb4 Border Color

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

This div border color is #8efeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efeb4

Related Colors


Comments

No comments written yet.

Please login to write comment.