Color Hex Logo

#9eefb2 Color Hex

#9EEFB2
(158,239,178)
0 Favorites   0 Comments

Color spaces of #9eefb2

RGB 158239178
HSL0.370.720.78
HSV135°34°94°
CMYK 0.340.000.26   0.06
XYZ53.002972.216553.2651
Yxy72.21650.29700.4046
Hunter Lab84.9803-37.383622.3236
CIE-Lab88.0727-37.038121.8473

#9eefb2 color RGB value is (158,239,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101111 10110010
Octal 236 357 262
Decimal 158 239 178
Hex 9E EF B2

RGB Percentages of Color #9eefb2

%27.48
%41.57
%30.96

CMYK Percentages of Color #9eefb2

%34
%0
%26
%6

Triadic Colors of #9eefb2

#9eefb2 #b29eef #efb29e

Analogous Colors of #9eefb2

#9eefb2 #9eefdb #b3ef9e

Monochromatic Colors of #9eefb2

#9eefb2

Complementary Color

#9eefb2 #ef9edb

#9eefb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eefb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eefb2 Color CSS Codes

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

#9eefb2 Text Font Color

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

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


#9eefb2 Background Color

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

This div background color is #9eefb2


#9eefb2 Border Color

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

This div border color is #9eefb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eefb2


Comments

No comments written yet.

Please login to write comment.