Color Hex Logo

#9cccfa Color Hex

#9CCCFA
(156,204,250)
0 Favorites   0 Comments

Color spaces of #9cccfa

RGB 156204250
HSL0.580.900.80
HSV209°38°98°
CMYK 0.380.180.00   0.02
XYZ52.558557.155898.7045
Yxy57.15580.25220.2742
Hunter Lab75.6015-8.2085-24.4874
CIE-Lab80.2671-4.5470-27.5851

#9cccfa color RGB value is (156,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001100 11111010
Octal 234 314 372
Decimal 156 204 250
Hex 9C CC FA

RGB Percentages of Color #9cccfa

%25.57
%33.44
%40.98

CMYK Percentages of Color #9cccfa

%38
%18
%0
%2

Triadic Colors of #9cccfa

#9cccfa #fa9ccc #ccfa9c

Analogous Colors of #9cccfa

#9cccfa #9c9dfa #9cfaf9

Monochromatic Colors of #9cccfa

#9cccfa

Complementary Color

#9cccfa #faca9c

#9cccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cccfa Color CSS Codes

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

#9cccfa Text Font Color

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

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


#9cccfa Background Color

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

This div background color is #9cccfa


#9cccfa Border Color

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

This div border color is #9cccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cccfa

Related Colors


Comments

No comments written yet.

Please login to write comment.