Color Hex Logo

#9cccfb Color Hex

#9CCCFB
(156,204,251)
0 Favorites   0 Comments

Color spaces of #9cccfb

RGB 156204251
HSL0.580.920.80
HSV210°38°98°
CMYK 0.380.190.00   0.02
XYZ52.715857.218799.5327
Yxy57.21870.25170.2732
Hunter Lab75.6430-7.9783-25.0649
CIE-Lab80.3024-4.2901-28.0641

#9cccfb color RGB value is (156,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001100 11111011
Octal 234 314 373
Decimal 156 204 251
Hex 9C CC FB

RGB Percentages of Color #9cccfb

%25.53
%33.39
%41.08

CMYK Percentages of Color #9cccfb

%38
%19
%0
%2

Triadic Colors of #9cccfb

#9cccfb #fb9ccc #ccfb9c

Analogous Colors of #9cccfb

#9cccfb #9c9dfb #9cfbfb

Monochromatic Colors of #9cccfb

#9cccfb

Complementary Color

#9cccfb #fbcb9c

#9cccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cccfb Color CSS Codes

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

#9cccfb Text Font Color

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

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


#9cccfb Background Color

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

This div background color is #9cccfb


#9cccfb Border Color

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

This div border color is #9cccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cccfb


Comments

No comments written yet.

Please login to write comment.