Color Hex Logo

#8eecab Color Hex

#8EECAB
(142,236,171)
0 Favorites   0 Comments

Color spaces of #8eecab

RGB 142236171
HSL0.380.710.74
HSV139°40°93°
CMYK 0.400.000.28   0.07
XYZ48.501568.682049.2287
Yxy68.68200.29150.4127
Hunter Lab82.8746-40.565322.7931
CIE-Lab86.3463-41.593922.9565

#8eecab color RGB value is (142,236,171).

#8eecab hex color red value is 142, green value is 236 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8eecab hue: 0.38 , saturation: 0.71 and the lightness value of 8eecab is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101100 10101011
Octal 216 354 253
Decimal 142 236 171
Hex 8E EC AB

RGB Percentages of Color #8eecab

%25.87
%42.99
%31.15

CMYK Percentages of Color #8eecab

%40
%0
%28
%7

Triadic Colors of #8eecab

#8eecab #ab8eec #ecab8e

Analogous Colors of #8eecab

#8eecab #8eecda #a0ec8e

Monochromatic Colors of #8eecab

#8eecab

Complementary Color

#8eecab #ec8ecf

#8eecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eecab Color CSS Codes

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

#8eecab Text Font Color

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

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


#8eecab Background Color

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

This div background color is #8eecab


#8eecab Border Color

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

This div border color is #8eecab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eecab


Comments

No comments written yet.

Please login to write comment.