Color Hex Logo

#9fdfdb Color Hex

#9FDFDB
(159,223,219)
0 Favorites   0 Comments

Color spaces of #9fdfdb

RGB 159223219
HSL0.490.500.75
HSV176°29°87°
CMYK 0.290.000.02   0.13
XYZ53.471965.260876.7961
Yxy65.26080.27350.3338
Hunter Lab80.7842-23.22120.1859
CIE-Lab84.6179-20.9367-4.5493

#9fdfdb color RGB value is (159,223,219).

#9fdfdb hex color red value is 159, green value is 223 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9fdfdb hue: 0.49 , saturation: 0.50 and the lightness value of 9fdfdb is 0.75.

The process color (four color CMYK) of #9fdfdb color hex is 0.29, 0.00, 0.02, 0.13. Web safe color of #9fdfdb is #99cccc. Color #9fdfdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011111 11011011
Octal 237 337 333
Decimal 159 223 219
Hex 9F DF DB

RGB Percentages of Color #9fdfdb

%26.46
%37.10
%36.44

CMYK Percentages of Color #9fdfdb

%29
%0
%2
%13

Triadic Colors of #9fdfdb

#9fdfdb #db9fdf #dfdb9f

Analogous Colors of #9fdfdb

#9fdfdb #9fc3df #9fdfbb

Monochromatic Colors of #9fdfdb

#9fdfdb

Complementary Color

#9fdfdb #df9fa3

#9fdfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdfdb Color CSS Codes

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

#9fdfdb Text Font Color

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

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


#9fdfdb Background Color

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

This div background color is #9fdfdb


#9fdfdb Border Color

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

This div border color is #9fdfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdfdb


Comments

No comments written yet.

Please login to write comment.