Color Hex Logo

#9eecbf Color Hex

#9EECBF
(158,236,191)
0 Favorites   0 Comments

Color spaces of #9eecbf

RGB 158236191
HSL0.400.670.77
HSV145°33°93°
CMYK 0.330.000.19   0.07
XYZ53.500071.021660.1790
Yxy71.02160.28970.3845
Hunter Lab84.2743-34.162616.6539
CIE-Lab87.4955-33.267614.3091

#9eecbf color RGB value is (158,236,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101100 10111111
Octal 236 354 277
Decimal 158 236 191
Hex 9E EC BF

RGB Percentages of Color #9eecbf

%27.01
%40.34
%32.65

CMYK Percentages of Color #9eecbf

%33
%0
%19
%7

Triadic Colors of #9eecbf

#9eecbf #bf9eec #ecbf9e

Analogous Colors of #9eecbf

#9eecbf #9eece6 #a4ec9e

Monochromatic Colors of #9eecbf

#9eecbf

Complementary Color

#9eecbf #ec9ecb

#9eecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eecbf Color CSS Codes

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

#9eecbf Text Font Color

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

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


#9eecbf Background Color

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

This div background color is #9eecbf


#9eecbf Border Color

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

This div border color is #9eecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eecbf


Comments

No comments written yet.

Please login to write comment.