Color Hex Logo

#9efddf Color Hex

#9EFDDF
(158,253,223)
0 Favorites   0 Comments

Color spaces of #9efddf

RGB 158253223
HSL0.450.960.81
HSV161°38°99°
CMYK 0.380.000.12   0.01
XYZ62.545182.847482.5067
Yxy82.84740.27440.3635
Hunter Lab91.0205-36.62909.9702
CIE-Lab92.9476-34.70285.5044

#9efddf color RGB value is (158,253,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111101 11011111
Octal 236 375 337
Decimal 158 253 223
Hex 9E FD DF

RGB Percentages of Color #9efddf

%24.92
%39.91
%35.17

CMYK Percentages of Color #9efddf

%38
%0
%12
%1

Triadic Colors of #9efddf

#9efddf #df9efd #fddf9e

Analogous Colors of #9efddf

#9efddf #9eecfd #9efdb0

Monochromatic Colors of #9efddf

#9efddf

Complementary Color

#9efddf #fd9ebc

#9efddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efddf Color CSS Codes

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

#9efddf Text Font Color

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

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


#9efddf Background Color

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

This div background color is #9efddf


#9efddf Border Color

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

This div border color is #9efddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efddf

Related Colors


Comments

No comments written yet.

Please login to write comment.