Color Hex Logo

#9cccfc Color Hex

#9CCCFC
(156,204,252)
0 Favorites   0 Comments

Color spaces of #9cccfc

RGB 156204252
HSL0.580.940.80
HSV210°38°99°
CMYK 0.380.190.00   0.01
XYZ52.873957.2819100.3652
Yxy57.28190.25120.2721
Hunter Lab75.6848-7.7471-25.6448
CIE-Lab80.3379-4.0326-28.5427

#9cccfc color RGB value is (156,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001100 11111100
Octal 234 314 374
Decimal 156 204 252
Hex 9C CC FC

RGB Percentages of Color #9cccfc

%25.49
%33.33
%41.18

CMYK Percentages of Color #9cccfc

%38
%19
%0
%1

Triadic Colors of #9cccfc

#9cccfc #fc9ccc #ccfc9c

Analogous Colors of #9cccfc

#9cccfc #9c9cfc #9cfcfc

Monochromatic Colors of #9cccfc

#9cccfc

Complementary Color

#9cccfc #fccc9c

#9cccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cccfc Color CSS Codes

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

#9cccfc Text Font Color

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

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


#9cccfc Background Color

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

This div background color is #9cccfc


#9cccfc Border Color

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

This div border color is #9cccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cccfc


Comments

No comments written yet.

Please login to write comment.