Color Hex Logo

#8efad4 Color Hex

#8EFAD4
(142,250,212)
0 Favorites   0 Comments

Color spaces of #8efad4

RGB 142250212
HSL0.440.920.77
HSV159°43°98°
CMYK 0.430.000.15   0.02
XYZ57.224678.875574.4958
Yxy78.87550.27170.3745
Hunter Lab88.8119-40.407012.4356
CIE-Lab91.1779-39.77398.5565

#8efad4 color RGB value is (142,250,212).

#8efad4 hex color red value is 142, green value is 250 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #8efad4 hue: 0.44 , saturation: 0.92 and the lightness value of 8efad4 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111010 11010100
Octal 216 372 324
Decimal 142 250 212
Hex 8E FA D4

RGB Percentages of Color #8efad4

%23.51
%41.39
%35.10

CMYK Percentages of Color #8efad4

%43
%0
%15
%2

Triadic Colors of #8efad4

#8efad4 #d48efa #fad48e

Analogous Colors of #8efad4

#8efad4 #8eeafa #8efa9e

Monochromatic Colors of #8efad4

#8efad4

Complementary Color

#8efad4 #fa8eb4

#8efad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efad4 Color CSS Codes

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

#8efad4 Text Font Color

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

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


#8efad4 Background Color

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

This div background color is #8efad4


#8efad4 Border Color

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

This div border color is #8efad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efad4


Comments

No comments written yet.

Please login to write comment.