Color Hex Logo

#8efecf Color Hex

#8EFECF
(142,254,207)
0 Favorites   0 Comments

Color spaces of #8efecf

RGB 142254207
HSL0.430.980.78
HSV155°44°100°
CMYK 0.440.000.19   0.00
XYZ57.859681.139471.6434
Yxy81.13940.27470.3852
Hunter Lab90.0774-42.979215.8977
CIE-Lab92.1937-42.596312.5865

#8efecf color RGB value is (142,254,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111110 11001111
Octal 216 376 317
Decimal 142 254 207
Hex 8E FE CF

RGB Percentages of Color #8efecf

%23.55
%42.12
%34.33

CMYK Percentages of Color #8efecf

%44
%0
%19
%0

Triadic Colors of #8efecf

#8efecf #cf8efe #fecf8e

Analogous Colors of #8efecf

#8efecf #8ef5fe #8efe97

Monochromatic Colors of #8efecf

#8efecf

Complementary Color

#8efecf #fe8ebd

#8efecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efecf Color CSS Codes

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

#8efecf Text Font Color

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

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


#8efecf Background Color

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

This div background color is #8efecf


#8efecf Border Color

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

This div border color is #8efecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efecf

Related Colors


Comments

No comments written yet.

Please login to write comment.