Color Hex Logo

#9eccad Color Hex

#9ECCAD
(158,204,173)
0 Favorites   0 Comments

Color spaces of #9eccad

RGB 158204173
HSL0.390.310.71
HSV140°23°80°
CMYK 0.230.000.15   0.20
XYZ43.236253.472047.5775
Yxy53.47200.29970.3706
Hunter Lab73.1246-22.426612.6109
CIE-Lab78.1528-21.292910.5656

#9eccad color RGB value is (158,204,173).

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

The process color (four color CMYK) of #9eccad color hex is 0.23, 0.00, 0.15, 0.20. Web safe color of #9eccad is #99cc99. Color #9eccad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001100 10101101
Octal 236 314 255
Decimal 158 204 173
Hex 9E CC AD

RGB Percentages of Color #9eccad

%29.53
%38.13
%32.34

CMYK Percentages of Color #9eccad

%23
%0
%15
%20

Triadic Colors of #9eccad

#9eccad #ad9ecc #ccad9e

Analogous Colors of #9eccad

#9eccad #9eccc4 #a6cc9e

Monochromatic Colors of #9eccad

#9eccad

Complementary Color

#9eccad #cc9ebd

#9eccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eccad Color CSS Codes

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

#9eccad Text Font Color

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

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


#9eccad Background Color

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

This div background color is #9eccad


#9eccad Border Color

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

This div border color is #9eccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eccad


Comments

No comments written yet.

Please login to write comment.