Color Hex Logo

#9fd7dc Color Hex

#9FD7DC
(159,215,220)
0 Favorites   0 Comments

Color spaces of #9fd7dc

RGB 159215220
HSL0.510.470.74
HSV185°28°86°
CMYK 0.280.020.00   0.14
XYZ51.516861.139176.7960
Yxy61.13910.27190.3227
Hunter Lab78.1915-19.2296-3.4978
CIE-Lab82.4535-16.7002-8.2811

#9fd7dc color RGB value is (159,215,220).

#9fd7dc hex color red value is 159, green value is 215 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9fd7dc hue: 0.51 , saturation: 0.47 and the lightness value of 9fd7dc is 0.74.

The process color (four color CMYK) of #9fd7dc color hex is 0.28, 0.02, 0.00, 0.14. Web safe color of #9fd7dc is #99cccc. Color #9fd7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11010111 11011100
Octal 237 327 334
Decimal 159 215 220
Hex 9F D7 DC

RGB Percentages of Color #9fd7dc

%26.77
%36.20
%37.04

CMYK Percentages of Color #9fd7dc

%28
%2
%0
%14

Triadic Colors of #9fd7dc

#9fd7dc #dc9fd7 #d7dc9f

Analogous Colors of #9fd7dc

#9fd7dc #9fb9dc #9fdcc3

Monochromatic Colors of #9fd7dc

#9fd7dc

Complementary Color

#9fd7dc #dca49f

#9fd7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd7dc Color CSS Codes

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

#9fd7dc Text Font Color

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

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


#9fd7dc Background Color

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

This div background color is #9fd7dc


#9fd7dc Border Color

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

This div border color is #9fd7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd7dc


Comments

No comments written yet.

Please login to write comment.