Color Hex Logo

#9dccfb Color Hex

#9DCCFB
(157,204,251)
0 Favorites   0 Comments

Color spaces of #9dccfb

RGB 157204251
HSL0.580.920.80
HSV210°37°98°
CMYK 0.370.190.00   0.02
XYZ52.910157.318999.5418
Yxy57.31890.25220.2732
Hunter Lab75.7092-7.7448-24.9575
CIE-Lab80.3586-4.0282-27.9732

#9dccfb color RGB value is (157,204,251).

#9dccfb hex color red value is 157, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9dccfb hue: 0.58 , saturation: 0.92 and the lightness value of 9dccfb is 0.80.

The process color (four color CMYK) of #9dccfb color hex is 0.37, 0.19, 0.00, 0.02. Web safe color of #9dccfb is #99ccff. Color #9dccfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001100 11111011
Octal 235 314 373
Decimal 157 204 251
Hex 9D CC FB

RGB Percentages of Color #9dccfb

%25.65
%33.33
%41.01

CMYK Percentages of Color #9dccfb

%37
%19
%0
%2

Triadic Colors of #9dccfb

#9dccfb #fb9dcc #ccfb9d

Analogous Colors of #9dccfb

#9dccfb #9d9dfb #9dfbfb

Monochromatic Colors of #9dccfb

#9dccfb

Complementary Color

#9dccfb #fbcc9d

#9dccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dccfb Color CSS Codes

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

#9dccfb Text Font Color

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

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


#9dccfb Background Color

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

This div background color is #9dccfb


#9dccfb Border Color

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

This div border color is #9dccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dccfb


Comments

No comments written yet.

Please login to write comment.