Color Hex Logo

#8efddf Color Hex

#8EFDDF
(142,253,223)
0 Favorites   0 Comments

Color spaces of #8efddf

RGB 142253223
HSL0.450.970.77
HSV164°44°99°
CMYK 0.440.000.12   0.01
XYZ59.599981.329182.3689
Yxy81.32910.26690.3642
Hunter Lab90.1826-39.85268.9750
CIE-Lab92.2779-38.75284.4514

#8efddf color RGB value is (142,253,223).

#8efddf hex color red value is 142, green value is 253 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8efddf hue: 0.45 , saturation: 0.97 and the lightness value of 8efddf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111101 11011111
Octal 216 375 337
Decimal 142 253 223
Hex 8E FD DF

RGB Percentages of Color #8efddf

%22.98
%40.94
%36.08

CMYK Percentages of Color #8efddf

%44
%0
%12
%1

Triadic Colors of #8efddf

#8efddf #df8efd #fddf8e

Analogous Colors of #8efddf

#8efddf #8ee4fd #8efda8

Monochromatic Colors of #8efddf

#8efddf

Complementary Color

#8efddf #fd8eac

#8efddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efddf Color CSS Codes

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

#8efddf Text Font Color

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

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


#8efddf Background Color

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

This div background color is #8efddf


#8efddf Border Color

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

This div border color is #8efddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efddf

Related Colors


Comments

No comments written yet.

Please login to write comment.