Color Hex Logo

#9fdbdc Color Hex

#9FDBDC
(159,219,220)
4 Favorites   0 Comments

Color spaces of #9fdbdc

RGB 159219220
HSL0.500.470.74
HSV181°28°86°
CMYK 0.280.000.00   0.14
XYZ52.547963.201377.1396
Yxy63.20130.27240.3277
Hunter Lab79.4992-21.1377-1.8807
CIE-Lab83.5482-18.7169-6.6588

#9fdbdc color RGB value is (159,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011011 11011100
Octal 237 333 334
Decimal 159 219 220
Hex 9F DB DC

RGB Percentages of Color #9fdbdc

%26.59
%36.62
%36.79

CMYK Percentages of Color #9fdbdc

%28
%0
%0
%14

Triadic Colors of #9fdbdc

#9fdbdc #dc9fdb #dbdc9f

Analogous Colors of #9fdbdc

#9fdbdc #9fbddc #9fdcbf

Monochromatic Colors of #9fdbdc

#9fdbdc

Complementary Color

#9fdbdc #dca09f

#9fdbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdbdc Color CSS Codes

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

#9fdbdc Text Font Color

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

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


#9fdbdc Background Color

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

This div background color is #9fdbdc


#9fdbdc Border Color

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

This div border color is #9fdbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdbdc


Comments

No comments written yet.

Please login to write comment.