Color Hex Logo

#8ceead Color Hex

#8CEEAD
(140,238,173)
0 Favorites   0 Comments

Color spaces of #8ceead

RGB 140238173
HSL0.390.740.74
HSV140°41°93°
CMYK 0.410.000.27   0.07
XYZ48.932669.741750.4176
Yxy69.74170.28940.4124
Hunter Lab83.5115-41.555122.6635
CIE-Lab86.8700-42.670922.6335

#8ceead color RGB value is (140,238,173).

#8ceead hex color red value is 140, green value is 238 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8ceead hue: 0.39 , saturation: 0.74 and the lightness value of 8ceead is 0.74.

The process color (four color CMYK) of #8ceead color hex is 0.41, 0.00, 0.27, 0.07. Web safe color of #8ceead is #99ff99. Color #8ceead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101110 10101101
Octal 214 356 255
Decimal 140 238 173
Hex 8C EE AD

RGB Percentages of Color #8ceead

%25.41
%43.19
%31.40

CMYK Percentages of Color #8ceead

%41
%0
%27
%7

Triadic Colors of #8ceead

#8ceead #ad8cee #eead8c

Analogous Colors of #8ceead

#8ceead #8ceede #9cee8c

Monochromatic Colors of #8ceead

#8ceead

Complementary Color

#8ceead #ee8ccd

#8ceead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ceead Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ceead Color CSS Codes

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

#8ceead Text Font Color

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

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


#8ceead Background Color

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

This div background color is #8ceead


#8ceead Border Color

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

This div border color is #8ceead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,238,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ceead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ceead;
  -webkit-box-shadow: 1px 1px 3px 2px #8ceead;
  box-shadow:         1px 1px 3px 2px #8ceead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,238,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ceead


Comments

No comments written yet.

Please login to write comment.