Color Hex Logo

#9effda Color Hex

#9EFFDA
(158,255,218)
0 Favorites   0 Comments

Color spaces of #9effda

RGB 158255218
HSL0.441.000.81
HSV157°38°100°
CMYK 0.380.000.15   0.00
XYZ62.515483.851179.2196
Yxy83.85110.27710.3717
Hunter Lab91.5702-38.385212.8060
CIE-Lab93.3858-36.66048.7143

#9effda color RGB value is (158,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111111 11011010
Octal 236 377 332
Decimal 158 255 218
Hex 9E FF DA

RGB Percentages of Color #9effda

%25.04
%40.41
%34.55

CMYK Percentages of Color #9effda

%38
%0
%15
%0

Triadic Colors of #9effda

#9effda #da9eff #ffda9e

Analogous Colors of #9effda

#9effda #9ef4ff #9effaa

Monochromatic Colors of #9effda

#9effda

Complementary Color

#9effda #ff9ec3

#9effda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9effda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9effda Color CSS Codes

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

#9effda Text Font Color

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

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


#9effda Background Color

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

This div background color is #9effda


#9effda Border Color

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

This div border color is #9effda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9effda

Related Colors


Comments

No comments written yet.

Please login to write comment.