Color Hex Logo

#9fccd8 Color Hex

#9FCCD8
(159,204,216)
0 Favorites   0 Comments

Color spaces of #9fccd8

RGB 159204216
HSL0.540.420.74
HSV193°26°85°
CMYK 0.260.060.00   0.15
XYZ48.285655.514573.1362
Yxy55.51450.27290.3138
Hunter Lab74.5081-14.7106-6.0427
CIE-Lab79.3367-11.9737-10.7807

#9fccd8 color RGB value is (159,204,216).

#9fccd8 hex color red value is 159, green value is 204 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #9fccd8 hue: 0.54 , saturation: 0.42 and the lightness value of 9fccd8 is 0.74.

The process color (four color CMYK) of #9fccd8 color hex is 0.26, 0.06, 0.00, 0.15. Web safe color of #9fccd8 is #99cccc. Color #9fccd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001100 11011000
Octal 237 314 330
Decimal 159 204 216
Hex 9F CC D8

RGB Percentages of Color #9fccd8

%27.46
%35.23
%37.31

CMYK Percentages of Color #9fccd8

%26
%6
%0
%15

Triadic Colors of #9fccd8

#9fccd8 #d89fcc #ccd89f

Analogous Colors of #9fccd8

#9fccd8 #9fb0d8 #9fd8c8

Monochromatic Colors of #9fccd8

#9fccd8

Complementary Color

#9fccd8 #d8ab9f

#9fccd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fccd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fccd8 Color CSS Codes

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

#9fccd8 Text Font Color

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

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


#9fccd8 Background Color

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

This div background color is #9fccd8


#9fccd8 Border Color

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

This div border color is #9fccd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fccd8


Comments

No comments written yet.

Please login to write comment.