Color Hex Logo

#8ecf9a Color Hex

#8ECF9A
(142,207,154)
0 Favorites   0 Comments

Color spaces of #8ecf9a

RGB 142207154
HSL0.360.400.68
HSV131°31°81°
CMYK 0.310.000.26   0.19
XYZ39.300952.709538.6744
Yxy52.70950.30070.4033
Hunter Lab72.6013-30.425819.2374
CIE-Lab77.7032-31.394319.9177

#8ecf9a color RGB value is (142,207,154).

#8ecf9a hex color red value is 142, green value is 207 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8ecf9a hue: 0.36 , saturation: 0.40 and the lightness value of 8ecf9a is 0.68.

The process color (four color CMYK) of #8ecf9a color hex is 0.31, 0.00, 0.26, 0.19. Web safe color of #8ecf9a is #99cc99. Color #8ecf9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001111 10011010
Octal 216 317 232
Decimal 142 207 154
Hex 8E CF 9A

RGB Percentages of Color #8ecf9a

%28.23
%41.15
%30.62

CMYK Percentages of Color #8ecf9a

%31
%0
%26
%19

Triadic Colors of #8ecf9a

#8ecf9a #9a8ecf #cf9a8e

Analogous Colors of #8ecf9a

#8ecf9a #8ecfbb #a3cf8e

Monochromatic Colors of #8ecf9a

#8ecf9a

Complementary Color

#8ecf9a #cf8ec3

#8ecf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecf9a Color CSS Codes

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

#8ecf9a Text Font Color

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

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


#8ecf9a Background Color

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

This div background color is #8ecf9a


#8ecf9a Border Color

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

This div border color is #8ecf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecf9a


Comments

No comments written yet.

Please login to write comment.