Color Hex Logo

#9efbad Color Hex

#9EFBAD
(158,251,173)
0 Favorites   0 Comments

Color spaces of #9efbad

RGB 158251173
HSL0.360.920.80
HSV130°37°98°
CMYK 0.370.000.31   0.02
XYZ56.140679.280651.8789
Yxy79.28060.29970.4233
Hunter Lab89.0397-43.272927.7825
CIE-Lab91.3611-43.246428.8960

#9efbad color RGB value is (158,251,173).

#9efbad hex color red value is 158, green value is 251 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9efbad hue: 0.36 , saturation: 0.92 and the lightness value of 9efbad is 0.80.

The process color (four color CMYK) of #9efbad color hex is 0.37, 0.00, 0.31, 0.02. Web safe color of #9efbad is #99ff99. Color #9efbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111011 10101101
Octal 236 373 255
Decimal 158 251 173
Hex 9E FB AD

RGB Percentages of Color #9efbad

%27.15
%43.13
%29.73

CMYK Percentages of Color #9efbad

%37
%0
%31
%2

Triadic Colors of #9efbad

#9efbad #ad9efb #fbad9e

Analogous Colors of #9efbad

#9efbad #9efbdc #befb9e

Monochromatic Colors of #9efbad

#9efbad

Complementary Color

#9efbad #fb9eec

#9efbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efbad Color CSS Codes

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

#9efbad Text Font Color

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

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


#9efbad Background Color

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

This div background color is #9efbad


#9efbad Border Color

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

This div border color is #9efbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efbad

Related Colors


Comments

No comments written yet.

Please login to write comment.