Color Hex Logo

#8efddc Color Hex

#8EFDDC
(142,253,220)
0 Favorites   0 Comments

Color spaces of #8efddc

RGB 142253220
HSL0.450.970.77
HSV162°44°99°
CMYK 0.440.000.13   0.01
XYZ59.198981.168680.2572
Yxy81.16860.26830.3679
Hunter Lab90.0936-40.374710.2488
CIE-Lab92.2067-39.40755.8993

#8efddc color RGB value is (142,253,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111101 11011100
Octal 216 375 334
Decimal 142 253 220
Hex 8E FD DC

RGB Percentages of Color #8efddc

%23.09
%41.14
%35.77

CMYK Percentages of Color #8efddc

%44
%0
%13
%1

Triadic Colors of #8efddc

#8efddc #dc8efd #fddc8e

Analogous Colors of #8efddc

#8efddc #8ee7fd #8efda5

Monochromatic Colors of #8efddc

#8efddc

Complementary Color

#8efddc #fd8eaf

#8efddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efddc Color CSS Codes

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

#8efddc Text Font Color

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

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


#8efddc Background Color

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

This div background color is #8efddc


#8efddc Border Color

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

This div border color is #8efddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efddc

Related Colors


Comments

No comments written yet.

Please login to write comment.