Color Hex Logo

#8efacc Color Hex

#8EFACC
(142,250,204)
0 Favorites   0 Comments

Color spaces of #8efacc

RGB 142250204
HSL0.430.920.77
HSV154°43°98°
CMYK 0.430.000.18   0.02
XYZ56.240078.481669.3111
Yxy78.48160.27560.3847
Hunter Lab88.5898-41.714015.6255
CIE-Lab90.9992-41.439112.4355

#8efacc color RGB value is (142,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111010 11001100
Octal 216 372 314
Decimal 142 250 204
Hex 8E FA CC

RGB Percentages of Color #8efacc

%23.83
%41.95
%34.23

CMYK Percentages of Color #8efacc

%43
%0
%18
%2

Triadic Colors of #8efacc

#8efacc #cc8efa #facc8e

Analogous Colors of #8efacc

#8efacc #8ef2fa #8efa96

Monochromatic Colors of #8efacc

#8efacc

Complementary Color

#8efacc #fa8ebc

#8efacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efacc Color CSS Codes

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

#8efacc Text Font Color

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

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


#8efacc Background Color

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

This div background color is #8efacc


#8efacc Border Color

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

This div border color is #8efacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efacc

Related Colors


Comments

No comments written yet.

Please login to write comment.