Color Hex Logo

#9ffcdb Color Hex

#9FFCDB
(159,252,219)
0 Favorites   0 Comments

Color spaces of #9ffcdb

RGB 159252219
HSL0.440.940.81
HSV159°37°99°
CMYK 0.370.000.13   0.01
XYZ61.894782.106279.6037
Yxy82.10620.27680.3672
Hunter Lab90.6125-36.643811.3420
CIE-Lab92.6217-34.81097.1066

#9ffcdb color RGB value is (159,252,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111100 11011011
Octal 237 374 333
Decimal 159 252 219
Hex 9F FC DB

RGB Percentages of Color #9ffcdb

%25.24
%40.00
%34.76

CMYK Percentages of Color #9ffcdb

%37
%0
%13
%1

Triadic Colors of #9ffcdb

#9ffcdb #db9ffc #fcdb9f

Analogous Colors of #9ffcdb

#9ffcdb #9feffc #9ffcad

Monochromatic Colors of #9ffcdb

#9ffcdb

Complementary Color

#9ffcdb #fc9fc0

#9ffcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffcdb Color CSS Codes

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

#9ffcdb Text Font Color

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

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


#9ffcdb Background Color

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

This div background color is #9ffcdb


#9ffcdb Border Color

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

This div border color is #9ffcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffcdb


Comments

No comments written yet.

Please login to write comment.