Color Hex Logo

#9fcbdc Color Hex

#9FCBDC
(159,203,220)
0 Favorites   0 Comments

Color spaces of #9fcbdc

RGB 159203220
HSL0.550.470.74
HSV197°28°86°
CMYK 0.280.080.00   0.14
XYZ48.572355.250175.8145
Yxy55.25010.27040.3076
Hunter Lab74.3304-13.4348-8.4425
CIE-Lab79.1851-10.5322-13.1545

#9fcbdc color RGB value is (159,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001011 11011100
Octal 237 313 334
Decimal 159 203 220
Hex 9F CB DC

RGB Percentages of Color #9fcbdc

%27.32
%34.88
%37.80

CMYK Percentages of Color #9fcbdc

%28
%8
%0
%14

Triadic Colors of #9fcbdc

#9fcbdc #dc9fcb #cbdc9f

Analogous Colors of #9fcbdc

#9fcbdc #9faddc #9fdccf

Monochromatic Colors of #9fcbdc

#9fcbdc

Complementary Color

#9fcbdc #dcb09f

#9fcbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcbdc Color CSS Codes

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

#9fcbdc Text Font Color

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

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


#9fcbdc Background Color

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

This div background color is #9fcbdc


#9fcbdc Border Color

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

This div border color is #9fcbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcbdc


Comments

No comments written yet.

Please login to write comment.