Color Hex Logo

#8eedca Color Hex

#8EEDCA
(142,237,202)
0 Favorites   0 Comments

Color spaces of #8eedca

RGB 142237202
HSL0.440.730.74
HSV158°40°93°
CMYK 0.400.000.15   0.07
XYZ52.100270.583466.7551
Yxy70.58340.27500.3726
Hunter Lab84.0139-36.329811.6996
CIE-Lab87.2822-35.98068.1683

#8eedca color RGB value is (142,237,202).

#8eedca hex color red value is 142, green value is 237 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8eedca hue: 0.44 , saturation: 0.73 and the lightness value of 8eedca is 0.74.

The process color (four color CMYK) of #8eedca color hex is 0.40, 0.00, 0.15, 0.07. Web safe color of #8eedca is #99ffcc. Color #8eedca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101101 11001010
Octal 216 355 312
Decimal 142 237 202
Hex 8E ED CA

RGB Percentages of Color #8eedca

%24.44
%40.79
%34.77

CMYK Percentages of Color #8eedca

%40
%0
%15
%7

Triadic Colors of #8eedca

#8eedca #ca8eed #edca8e

Analogous Colors of #8eedca

#8eedca #8ee1ed #8eed9b

Monochromatic Colors of #8eedca

#8eedca

Complementary Color

#8eedca #ed8eb1

#8eedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eedca Color CSS Codes

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

#8eedca Text Font Color

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

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


#8eedca Background Color

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

This div background color is #8eedca


#8eedca Border Color

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

This div border color is #8eedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eedca


Comments

No comments written yet.

Please login to write comment.