Color Hex Logo

#8effdc Color Hex

#8EFFDC
(142,255,220)
0 Favorites   0 Comments

Color spaces of #8effdc

RGB 142255220
HSL0.451.000.78
HSV161°44°100°
CMYK 0.440.000.14   0.00
XYZ59.833682.438180.4687
Yxy82.43810.26860.3701
Hunter Lab90.7954-41.261711.0102
CIE-Lab92.7679-40.30596.7084

#8effdc color RGB value is (142,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111111 11011100
Octal 216 377 334
Decimal 142 255 220
Hex 8E FF DC

RGB Percentages of Color #8effdc

%23.01
%41.33
%35.66

CMYK Percentages of Color #8effdc

%44
%0
%14
%0

Triadic Colors of #8effdc

#8effdc #dc8eff #ffdc8e

Analogous Colors of #8effdc

#8effdc #8eeaff #8effa4

Monochromatic Colors of #8effdc

#8effdc

Complementary Color

#8effdc #ff8eb1

#8effdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8effdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8effdc Color CSS Codes

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

#8effdc Text Font Color

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

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


#8effdc Background Color

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

This div background color is #8effdc


#8effdc Border Color

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

This div border color is #8effdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,255,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 #8effdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8effdc

Related Colors


Comments

No comments written yet.

Please login to write comment.