Color Hex Logo

#9efbae Color Hex

#9EFBAE
(158,251,174)
0 Favorites   0 Comments

Color spaces of #9efbae

RGB 158251174
HSL0.360.920.80
HSV130°37°98°
CMYK 0.370.000.31   0.02
XYZ56.237779.319552.3905
Yxy79.31950.29920.4220
Hunter Lab89.0615-43.144227.4657
CIE-Lab91.3787-43.080328.4145

#9efbae color RGB value is (158,251,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111011 10101110
Octal 236 373 256
Decimal 158 251 174
Hex 9E FB AE

RGB Percentages of Color #9efbae

%27.10
%43.05
%29.85

CMYK Percentages of Color #9efbae

%37
%0
%31
%2

Triadic Colors of #9efbae

#9efbae #ae9efb #fbae9e

Analogous Colors of #9efbae

#9efbae #9efbdd #bdfb9e

Monochromatic Colors of #9efbae

#9efbae

Complementary Color

#9efbae #fb9eeb

#9efbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efbae Color CSS Codes

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

#9efbae Text Font Color

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

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


#9efbae Background Color

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

This div background color is #9efbae


#9efbae Border Color

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

This div border color is #9efbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efbae


Comments

No comments written yet.

Please login to write comment.