Color Hex Logo

#8ecfab Color Hex

#8ECFAB
(142,207,171)
0 Favorites   0 Comments

Color spaces of #8ecfab

RGB 142207171
HSL0.410.400.68
HSV147°31°81°
CMYK 0.310.000.17   0.19
XYZ40.818853.316746.6679
Yxy53.31670.28990.3787
Hunter Lab73.0183-27.996613.2190
CIE-Lab78.0616-28.204211.3817

#8ecfab color RGB value is (142,207,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11001111 10101011
Octal 216 317 253
Decimal 142 207 171
Hex 8E CF AB

RGB Percentages of Color #8ecfab

%27.31
%39.81
%32.88

CMYK Percentages of Color #8ecfab

%31
%0
%17
%19

Triadic Colors of #8ecfab

#8ecfab #ab8ecf #cfab8e

Analogous Colors of #8ecfab

#8ecfab #8ecfcc #92cf8e

Monochromatic Colors of #8ecfab

#8ecfab

Complementary Color

#8ecfab #cf8eb2

#8ecfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ecfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ecfab Color CSS Codes

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

#8ecfab Text Font Color

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

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


#8ecfab Background Color

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

This div background color is #8ecfab


#8ecfab Border Color

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

This div border color is #8ecfab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,207,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 #8ecfab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ecfab


Comments

No comments written yet.

Please login to write comment.