Color Hex Logo

#9ecfab Color Hex

#9ECFAB
(158,207,171)
0 Favorites   0 Comments

Color spaces of #9ecfab

RGB 158207171
HSL0.380.340.72
HSV136°24°81°
CMYK 0.240.000.17   0.19
XYZ43.764154.835046.8057
Yxy54.83500.30100.3771
Hunter Lab74.0507-24.094814.3596
CIE-Lab78.9461-23.153512.7584

#9ecfab color RGB value is (158,207,171).

#9ecfab hex color red value is 158, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9ecfab hue: 0.38 , saturation: 0.34 and the lightness value of 9ecfab is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001111 10101011
Octal 236 317 253
Decimal 158 207 171
Hex 9E CF AB

RGB Percentages of Color #9ecfab

%29.48
%38.62
%31.90

CMYK Percentages of Color #9ecfab

%24
%0
%17
%19

Triadic Colors of #9ecfab

#9ecfab #ab9ecf #cfab9e

Analogous Colors of #9ecfab

#9ecfab #9ecfc4 #aacf9e

Monochromatic Colors of #9ecfab

#9ecfab

Complementary Color

#9ecfab #cf9ec2

#9ecfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecfab Color CSS Codes

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

#9ecfab Text Font Color

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

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


#9ecfab Background Color

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

This div background color is #9ecfab


#9ecfab Border Color

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

This div border color is #9ecfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecfab


Comments

No comments written yet.

Please login to write comment.