Color Hex Logo

#9eeebd Color Hex

#9EEEBD
(158,238,189)
0 Favorites   0 Comments

Color spaces of #9eeebd

RGB 158238189
HSL0.400.700.78
HSV143°34°93°
CMYK 0.340.000.21   0.07
XYZ53.860472.092359.2206
Yxy72.09230.29090.3893
Hunter Lab84.9072-35.357118.0818
CIE-Lab88.0130-34.573316.0774

#9eeebd color RGB value is (158,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101110 10111101
Octal 236 356 275
Decimal 158 238 189
Hex 9E EE BD

RGB Percentages of Color #9eeebd

%27.01
%40.68
%32.31

CMYK Percentages of Color #9eeebd

%34
%0
%21
%7

Triadic Colors of #9eeebd

#9eeebd #bd9eee #eebd9e

Analogous Colors of #9eeebd

#9eeebd #9eeee5 #a7ee9e

Monochromatic Colors of #9eeebd

#9eeebd

Complementary Color

#9eeebd #ee9ecf

#9eeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeebd Color CSS Codes

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

#9eeebd Text Font Color

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

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


#9eeebd Background Color

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

This div background color is #9eeebd


#9eeebd Border Color

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

This div border color is #9eeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeebd


Comments

No comments written yet.

Please login to write comment.