Color Hex Logo

#9ffddb Color Hex

#9FFDDB
(159,253,219)
0 Favorites   0 Comments

Color spaces of #9ffddb

RGB 159253219
HSL0.440.960.81
HSV158°37°99°
CMYK 0.370.000.13   0.01
XYZ62.209582.736079.7087
Yxy82.73600.27690.3683
Hunter Lab90.9593-37.097911.7150
CIE-Lab92.8987-35.27157.5051

#9ffddb color RGB value is (159,253,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111101 11011011
Octal 237 375 333
Decimal 159 253 219
Hex 9F FD DB

RGB Percentages of Color #9ffddb

%25.20
%40.10
%34.71

CMYK Percentages of Color #9ffddb

%37
%0
%13
%1

Triadic Colors of #9ffddb

#9ffddb #db9ffd #fddb9f

Analogous Colors of #9ffddb

#9ffddb #9ff0fd #9ffdac

Monochromatic Colors of #9ffddb

#9ffddb

Complementary Color

#9ffddb #fd9fc1

#9ffddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffddb Color CSS Codes

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

#9ffddb Text Font Color

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

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


#9ffddb Background Color

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

This div background color is #9ffddb


#9ffddb Border Color

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

This div border color is #9ffddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffddb


Comments

No comments written yet.

Please login to write comment.