Color Hex Logo

#9eecad Color Hex

#9EECAD
(158,236,173)
0 Favorites   0 Comments

Color spaces of #9eecad

RGB 158236173
HSL0.370.670.77
HSV132°33°93°
CMYK 0.330.000.27   0.07
XYZ51.638870.277150.3784
Yxy70.27710.29970.4079
Hunter Lab83.8314-36.751923.0518
CIE-Lab87.1326-36.547323.1263

#9eecad color RGB value is (158,236,173).

#9eecad hex color red value is 158, green value is 236 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9eecad hue: 0.37 , saturation: 0.67 and the lightness value of 9eecad is 0.77.

The process color (four color CMYK) of #9eecad color hex is 0.33, 0.00, 0.27, 0.07. Web safe color of #9eecad is #99ff99. Color #9eecad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101100 10101101
Octal 236 354 255
Decimal 158 236 173
Hex 9E EC AD

RGB Percentages of Color #9eecad

%27.87
%41.62
%30.51

CMYK Percentages of Color #9eecad

%33
%0
%27
%7

Triadic Colors of #9eecad

#9eecad #ad9eec #ecad9e

Analogous Colors of #9eecad

#9eecad #9eecd4 #b6ec9e

Monochromatic Colors of #9eecad

#9eecad

Complementary Color

#9eecad #ec9edd

#9eecad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eecad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eecad Color CSS Codes

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

#9eecad Text Font Color

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

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


#9eecad Background Color

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

This div background color is #9eecad


#9eecad Border Color

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

This div border color is #9eecad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eecad


Comments

No comments written yet.

Please login to write comment.