Color Hex Logo

#9fd1dc Color Hex

#9FD1DC
(159,209,220)
1 Favorites   0 Comments

Color spaces of #9fd1dc

RGB 159209220
HSL0.530.470.74
HSV191°28°86°
CMYK 0.280.050.00   0.14
XYZ50.016858.139276.2960
Yxy58.13920.27120.3152
Hunter Lab76.2491-16.3459-5.9521
CIE-Lab80.8161-13.6384-10.7169

#9fd1dc color RGB value is (159,209,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11010001 11011100
Octal 237 321 334
Decimal 159 209 220
Hex 9F D1 DC

RGB Percentages of Color #9fd1dc

%27.04
%35.54
%37.41

CMYK Percentages of Color #9fd1dc

%28
%5
%0
%14

Triadic Colors of #9fd1dc

#9fd1dc #dc9fd1 #d1dc9f

Analogous Colors of #9fd1dc

#9fd1dc #9fb3dc #9fdcc9

Monochromatic Colors of #9fd1dc

#9fd1dc

Complementary Color

#9fd1dc #dcaa9f

#9fd1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd1dc Color CSS Codes

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

#9fd1dc Text Font Color

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

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


#9fd1dc Background Color

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

This div background color is #9fd1dc


#9fd1dc Border Color

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

This div border color is #9fd1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd1dc


Comments

No comments written yet.

Please login to write comment.