Color Hex Logo

#9eefb0 Color Hex

#9EEFB0
(158,239,176)
0 Favorites   0 Comments

Color spaces of #9eefb0

RGB 158239176
HSL0.370.720.78
HSV133°34°94°
CMYK 0.340.000.26   0.06
XYZ52.803572.136752.2150
Yxy72.13670.29810.4072
Hunter Lab84.9333-37.658923.0032
CIE-Lab88.0343-37.389622.8237

#9eefb0 color RGB value is (158,239,176).

#9eefb0 hex color red value is 158, green value is 239 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #9eefb0 hue: 0.37 , saturation: 0.72 and the lightness value of 9eefb0 is 0.78.

The process color (four color CMYK) of #9eefb0 color hex is 0.34, 0.00, 0.26, 0.06. Web safe color of #9eefb0 is #99ff99. Color #9eefb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101111 10110000
Octal 236 357 260
Decimal 158 239 176
Hex 9E EF B0

RGB Percentages of Color #9eefb0

%27.57
%41.71
%30.72

CMYK Percentages of Color #9eefb0

%34
%0
%26
%6

Triadic Colors of #9eefb0

#9eefb0 #b09eef #efb09e

Analogous Colors of #9eefb0

#9eefb0 #9eefd9 #b5ef9e

Monochromatic Colors of #9eefb0

#9eefb0

Complementary Color

#9eefb0 #ef9edd

#9eefb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eefb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eefb0 Color CSS Codes

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

#9eefb0 Text Font Color

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

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


#9eefb0 Background Color

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

This div background color is #9eefb0


#9eefb0 Border Color

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

This div border color is #9eefb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eefb0


Comments

No comments written yet.

Please login to write comment.