Color Hex Logo

#9efded Color Hex

#9EFDED
(158,253,237)
0 Favorites   0 Comments

Color spaces of #9efded

RGB 158253237
HSL0.470.960.81
HSV170°38°99°
CMYK 0.380.000.06   0.01
XYZ64.511983.634192.8636
Yxy83.63410.26770.3470
Hunter Lab91.4517-34.12293.8108
CIE-Lab93.2913-31.6729-1.2337

#9efded color RGB value is (158,253,237).

#9efded hex color red value is 158, green value is 253 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9efded hue: 0.47 , saturation: 0.96 and the lightness value of 9efded is 0.81.

The process color (four color CMYK) of #9efded color hex is 0.38, 0.00, 0.06, 0.01. Web safe color of #9efded is #99ffff. Color #9efded contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111101 11101101
Octal 236 375 355
Decimal 158 253 237
Hex 9E FD ED

RGB Percentages of Color #9efded

%24.38
%39.04
%36.57

CMYK Percentages of Color #9efded

%38
%0
%6
%1

Triadic Colors of #9efded

#9efded #ed9efd #fded9e

Analogous Colors of #9efded

#9efded #9edefd #9efdbe

Monochromatic Colors of #9efded

#9efded

Complementary Color

#9efded #fd9eae

#9efded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efded Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efded Color CSS Codes

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

#9efded Text Font Color

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

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


#9efded Background Color

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

This div background color is #9efded


#9efded Border Color

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

This div border color is #9efded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efded

Related Colors


Comments

No comments written yet.

Please login to write comment.