Color Hex Logo

#9ecaad Color Hex

#9ECAAD
(158,202,173)
0 Favorites   0 Comments

Color spaces of #9ecaad

RGB 158202173
HSL0.390.290.71
HSV140°22°79°
CMYK 0.220.000.14   0.21
XYZ42.763952.527347.4200
Yxy52.52730.29970.3681
Hunter Lab72.4757-21.509611.9403
CIE-Lab77.5951-20.29409.7715

#9ecaad color RGB value is (158,202,173).

#9ecaad hex color red value is 158, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9ecaad hue: 0.39 , saturation: 0.29 and the lightness value of 9ecaad is 0.71.

The process color (four color CMYK) of #9ecaad color hex is 0.22, 0.00, 0.14, 0.21. Web safe color of #9ecaad is #99cc99. Color #9ecaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001010 10101101
Octal 236 312 255
Decimal 158 202 173
Hex 9E CA AD

RGB Percentages of Color #9ecaad

%29.64
%37.90
%32.46

CMYK Percentages of Color #9ecaad

%22
%0
%14
%21

Triadic Colors of #9ecaad

#9ecaad #ad9eca #caad9e

Analogous Colors of #9ecaad

#9ecaad #9ecac3 #a5ca9e

Monochromatic Colors of #9ecaad

#9ecaad

Complementary Color

#9ecaad #ca9ebb

#9ecaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecaad Color CSS Codes

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

#9ecaad Text Font Color

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

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


#9ecaad Background Color

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

This div background color is #9ecaad


#9ecaad Border Color

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

This div border color is #9ecaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecaad


Comments

No comments written yet.

Please login to write comment.