Color Hex Logo

#9edfbb Color Hex

#9EDFBB
(158,223,187)
0 Favorites   0 Comments

Color spaces of #9edfbb

RGB 158223187
HSL0.410.500.75
HSV147°29°87°
CMYK 0.290.000.16   0.13
XYZ49.457963.632356.6893
Yxy63.63230.29130.3748
Hunter Lab79.7699-28.925913.7038
CIE-Lab83.7740-27.896911.1286

#9edfbb color RGB value is (158,223,187).

#9edfbb hex color red value is 158, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9edfbb hue: 0.41 , saturation: 0.50 and the lightness value of 9edfbb is 0.75.

The process color (four color CMYK) of #9edfbb color hex is 0.29, 0.00, 0.16, 0.13. Web safe color of #9edfbb is #99cccc. Color #9edfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011111 10111011
Octal 236 337 273
Decimal 158 223 187
Hex 9E DF BB

RGB Percentages of Color #9edfbb

%27.82
%39.26
%32.92

CMYK Percentages of Color #9edfbb

%29
%0
%16
%13

Triadic Colors of #9edfbb

#9edfbb #bb9edf #dfbb9e

Analogous Colors of #9edfbb

#9edfbb #9edfdc #a2df9e

Monochromatic Colors of #9edfbb

#9edfbb

Complementary Color

#9edfbb #df9ec2

#9edfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edfbb Color CSS Codes

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

#9edfbb Text Font Color

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

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


#9edfbb Background Color

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

This div background color is #9edfbb


#9edfbb Border Color

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

This div border color is #9edfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edfbb


Comments

No comments written yet.

Please login to write comment.