Color Hex Logo

#9effde Color Hex

#9EFFDE
(158,255,222)
0 Favorites   0 Comments

Color spaces of #9effde

RGB 158255222
HSL0.441.000.81
HSV160°38°100°
CMYK 0.380.000.13   0.00
XYZ63.045484.063082.0102
Yxy84.06300.27520.3669
Hunter Lab91.6859-37.709411.1470
CIE-Lab93.4779-35.83196.7851

#9effde color RGB value is (158,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111111 11011110
Octal 236 377 336
Decimal 158 255 222
Hex 9E FF DE

RGB Percentages of Color #9effde

%24.88
%40.16
%34.96

CMYK Percentages of Color #9effde

%38
%0
%13
%0

Triadic Colors of #9effde

#9effde #de9eff #ffde9e

Analogous Colors of #9effde

#9effde #9ef0ff #9effae

Monochromatic Colors of #9effde

#9effde

Complementary Color

#9effde #ff9ebf

#9effde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9effde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9effde Color CSS Codes

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

#9effde Text Font Color

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

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


#9effde Background Color

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

This div background color is #9effde


#9effde Border Color

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

This div border color is #9effde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,255,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 #9effde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9effde

Related Colors


Comments

No comments written yet.

Please login to write comment.