Color Hex Logo

#9fdfde Color Hex

#9FDFDE
(159,223,222)
0 Favorites   0 Comments

Color spaces of #9fdfde

RGB 159223222
HSL0.500.500.75
HSV179°29°87°
CMYK 0.290.000.00   0.13
XYZ53.870665.420278.8953
Yxy65.42020.27180.3301
Hunter Lab80.8828-22.6579-1.2152
CIE-Lab84.6998-20.2661-6.0158

#9fdfde color RGB value is (159,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011111 11011110
Octal 237 337 336
Decimal 159 223 222
Hex 9F DF DE

RGB Percentages of Color #9fdfde

%26.32
%36.92
%36.75

CMYK Percentages of Color #9fdfde

%29
%0
%0
%13

Triadic Colors of #9fdfde

#9fdfde #de9fdf #dfde9f

Analogous Colors of #9fdfde

#9fdfde #9fc0df #9fdfbe

Monochromatic Colors of #9fdfde

#9fdfde

Complementary Color

#9fdfde #df9fa0

#9fdfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdfde Color CSS Codes

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

#9fdfde Text Font Color

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

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


#9fdfde Background Color

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

This div background color is #9fdfde


#9fdfde Border Color

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

This div border color is #9fdfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdfde


Comments

No comments written yet.

Please login to write comment.