Color Hex Logo

#9eedbb Color Hex

#9EEDBB
(158,237,187)
0 Favorites   0 Comments

Color spaces of #9eedbb

RGB 158237187
HSL0.390.690.77
HSV142°33°93°
CMYK 0.330.000.21   0.07
XYZ53.354471.425357.9881
Yxy71.42530.29190.3908
Hunter Lab84.5135-35.209418.4782
CIE-Lab87.6912-34.486116.6631

#9eedbb color RGB value is (158,237,187).

#9eedbb hex color red value is 158, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9eedbb hue: 0.39 , saturation: 0.69 and the lightness value of 9eedbb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101101 10111011
Octal 236 355 273
Decimal 158 237 187
Hex 9E ED BB

RGB Percentages of Color #9eedbb

%27.15
%40.72
%32.13

CMYK Percentages of Color #9eedbb

%33
%0
%21
%7

Triadic Colors of #9eedbb

#9eedbb #bb9eed #edbb9e

Analogous Colors of #9eedbb

#9eedbb #9eede3 #a9ed9e

Monochromatic Colors of #9eedbb

#9eedbb

Complementary Color

#9eedbb #ed9ed0

#9eedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eedbb Color CSS Codes

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

#9eedbb Text Font Color

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

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


#9eedbb Background Color

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

This div background color is #9eedbb


#9eedbb Border Color

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

This div border color is #9eedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eedbb


Comments

No comments written yet.

Please login to write comment.