Color Hex Logo

#8efcde Color Hex

#8EFCDE
(142,252,222)
1 Favorites   0 Comments

Color spaces of #8efcde

RGB 142252222
HSL0.450.950.77
HSV164°44°99°
CMYK 0.440.000.12   0.01
XYZ59.150580.645581.5558
Yxy80.64550.26720.3643
Hunter Lab89.8028-39.58229.0169
CIE-Lab91.9737-38.51984.5285

#8efcde color RGB value is (142,252,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111100 11011110
Octal 216 374 336
Decimal 142 252 222
Hex 8E FC DE

RGB Percentages of Color #8efcde

%23.05
%40.91
%36.04

CMYK Percentages of Color #8efcde

%44
%0
%12
%1

Triadic Colors of #8efcde

#8efcde #de8efc #fcde8e

Analogous Colors of #8efcde

#8efcde #8ee3fc #8efca7

Monochromatic Colors of #8efcde

#8efcde

Complementary Color

#8efcde #fc8eac

#8efcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efcde Color CSS Codes

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

#8efcde Text Font Color

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

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


#8efcde Background Color

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

This div background color is #8efcde


#8efcde Border Color

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

This div border color is #8efcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efcde


Comments

No comments written yet.

Please login to write comment.