Color Hex Logo

#9efede Color Hex

#9EFEDE
(158,254,222)
0 Favorites   0 Comments

Color spaces of #9efede

RGB 158254222
HSL0.440.980.81
HSV160°38°100°
CMYK 0.380.000.13   0.00
XYZ62.727283.426681.9041
Yxy83.42660.27500.3658
Hunter Lab91.3382-37.255510.7706
CIE-Lab93.2009-35.37296.3861

#9efede color RGB value is (158,254,222).

#9efede hex color red value is 158, green value is 254 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9efede hue: 0.44 , saturation: 0.98 and the lightness value of 9efede is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 11011110
Octal 236 376 336
Decimal 158 254 222
Hex 9E FE DE

RGB Percentages of Color #9efede

%24.92
%40.06
%35.02

CMYK Percentages of Color #9efede

%38
%0
%13
%0

Triadic Colors of #9efede

#9efede #de9efe #fede9e

Analogous Colors of #9efede

#9efede #9eeefe #9efeae

Monochromatic Colors of #9efede

#9efede

Complementary Color

#9efede #fe9ebe

#9efede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efede Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efede Color CSS Codes

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

#9efede Text Font Color

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

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


#9efede Background Color

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

This div background color is #9efede


#9efede Border Color

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

This div border color is #9efede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efede

Related Colors


Comments

No comments written yet.

Please login to write comment.