Color Hex Logo

#9efddb Color Hex

#9EFDDB
(158,253,219)
0 Favorites   0 Comments

Color spaces of #9efddb

RGB 158253219
HSL0.440.960.81
HSV159°38°99°
CMYK 0.380.000.13   0.01
XYZ62.012082.634179.6994
Yxy82.63410.27640.3683
Hunter Lab90.9033-37.312511.6498
CIE-Lab92.8540-35.53867.4350

#9efddb color RGB value is (158,253,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111101 11011011
Octal 236 375 333
Decimal 158 253 219
Hex 9E FD DB

RGB Percentages of Color #9efddb

%25.08
%40.16
%34.76

CMYK Percentages of Color #9efddb

%38
%0
%13
%1

Triadic Colors of #9efddb

#9efddb #db9efd #fddb9e

Analogous Colors of #9efddb

#9efddb #9ef0fd #9efdac

Monochromatic Colors of #9efddb

#9efddb

Complementary Color

#9efddb #fd9ec0

#9efddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efddb Color CSS Codes

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

#9efddb Text Font Color

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

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


#9efddb Background Color

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

This div background color is #9efddb


#9efddb Border Color

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

This div border color is #9efddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efddb

Related Colors


Comments

No comments written yet.

Please login to write comment.