Color Hex Logo

#9eedbf Color Hex

#9EEDBF
(158,237,191)
0 Favorites   0 Comments

Color spaces of #9eedbf

RGB 158237191
HSL0.400.690.77
HSV145°33°93°
CMYK 0.330.000.19   0.07
XYZ53.788771.599160.2753
Yxy71.59910.28970.3856
Hunter Lab84.6163-34.609916.9969
CIE-Lab87.7753-33.732214.7040

#9eedbf color RGB value is (158,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101101 10111111
Octal 236 355 277
Decimal 158 237 191
Hex 9E ED BF

RGB Percentages of Color #9eedbf

%26.96
%40.44
%32.59

CMYK Percentages of Color #9eedbf

%33
%0
%19
%7

Triadic Colors of #9eedbf

#9eedbf #bf9eed #edbf9e

Analogous Colors of #9eedbf

#9eedbf #9eede7 #a5ed9e

Monochromatic Colors of #9eedbf

#9eedbf

Complementary Color

#9eedbf #ed9ecc

#9eedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eedbf Color CSS Codes

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

#9eedbf Text Font Color

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

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


#9eedbf Background Color

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

This div background color is #9eedbf


#9eedbf Border Color

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

This div border color is #9eedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eedbf


Comments

No comments written yet.

Please login to write comment.