Color Hex Logo

#9eeebf Color Hex

#9EEEBF
(158,238,191)
0 Favorites   0 Comments

Color spaces of #9eeebf

RGB 158238191
HSL0.400.700.78
HSV145°34°93°
CMYK 0.340.000.20   0.07
XYZ54.079172.179860.3720
Yxy72.17980.28980.3868
Hunter Lab84.9587-35.056417.3394
CIE-Lab88.0551-34.195315.0986

#9eeebf color RGB value is (158,238,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101110 10111111
Octal 236 356 277
Decimal 158 238 191
Hex 9E EE BF

RGB Percentages of Color #9eeebf

%26.92
%40.55
%32.54

CMYK Percentages of Color #9eeebf

%34
%0
%20
%7

Triadic Colors of #9eeebf

#9eeebf #bf9eee #eebf9e

Analogous Colors of #9eeebf

#9eeebf #9eeee7 #a5ee9e

Monochromatic Colors of #9eeebf

#9eeebf

Complementary Color

#9eeebf #ee9ecd

#9eeebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeebf Color CSS Codes

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

#9eeebf Text Font Color

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

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


#9eeebf Background Color

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

This div background color is #9eeebf


#9eeebf Border Color

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

This div border color is #9eeebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeebf


Comments

No comments written yet.

Please login to write comment.