Color Hex Logo

#9fdfda Color Hex

#9FDFDA
(159,223,218)
0 Favorites   0 Comments

Color spaces of #9fdfda

RGB 159223218
HSL0.490.500.75
HSV175°29°87°
CMYK 0.290.000.02   0.13
XYZ53.340665.208276.1048
Yxy65.20820.27400.3350
Hunter Lab80.7516-23.40680.6479
CIE-Lab84.5909-21.1582-4.0602

#9fdfda color RGB value is (159,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011111 11011010
Octal 237 337 332
Decimal 159 223 218
Hex 9F DF DA

RGB Percentages of Color #9fdfda

%26.50
%37.17
%36.33

CMYK Percentages of Color #9fdfda

%29
%0
%2
%13

Triadic Colors of #9fdfda

#9fdfda #da9fdf #dfda9f

Analogous Colors of #9fdfda

#9fdfda #9fc4df #9fdfba

Monochromatic Colors of #9fdfda

#9fdfda

Complementary Color

#9fdfda #df9fa4

#9fdfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdfda Color CSS Codes

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

#9fdfda Text Font Color

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

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


#9fdfda Background Color

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

This div background color is #9fdfda


#9fdfda Border Color

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

This div border color is #9fdfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdfda


Comments

No comments written yet.

Please login to write comment.