Color Hex Logo

#9efdbb Color Hex

#9EFDBB
(158,253,187)
0 Favorites   0 Comments

Color spaces of #9efdbb

RGB 158253187
HSL0.380.960.81
HSV138°38°99°
CMYK 0.380.000.26   0.01
XYZ58.195581.107559.6018
Yxy81.10750.29260.4078
Hunter Lab90.0597-42.259923.8035
CIE-Lab92.1795-41.716722.9114

#9efdbb color RGB value is (158,253,187).

#9efdbb hex color red value is 158, green value is 253 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9efdbb hue: 0.38 , saturation: 0.96 and the lightness value of 9efdbb is 0.81.

The process color (four color CMYK) of #9efdbb color hex is 0.38, 0.00, 0.26, 0.01. Web safe color of #9efdbb is #99ffcc. Color #9efdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111101 10111011
Octal 236 375 273
Decimal 158 253 187
Hex 9E FD BB

RGB Percentages of Color #9efdbb

%26.42
%42.31
%31.27

CMYK Percentages of Color #9efdbb

%38
%0
%26
%1

Triadic Colors of #9efdbb

#9efdbb #bb9efd #fdbb9e

Analogous Colors of #9efdbb

#9efdbb #9efdeb #b1fd9e

Monochromatic Colors of #9efdbb

#9efdbb

Complementary Color

#9efdbb #fd9ee0

#9efdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efdbb Color CSS Codes

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

#9efdbb Text Font Color

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

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


#9efdbb Background Color

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

This div background color is #9efdbb


#9efdbb Border Color

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

This div border color is #9efdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efdbb

Related Colors


Comments

No comments written yet.

Please login to write comment.