Color Hex Logo

#9ccbfa Color Hex

#9CCBFA
(156,203,250)
0 Favorites   0 Comments

Color spaces of #9ccbfa

RGB 156203250
HSL0.580.900.80
HSV210°38°98°
CMYK 0.380.190.00   0.02
XYZ52.321656.681998.6255
Yxy56.68190.25200.2730
Hunter Lab75.2874-7.7028-24.9680
CIE-Lab80.0003-4.0145-27.9935

#9ccbfa color RGB value is (156,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001011 11111010
Octal 234 313 372
Decimal 156 203 250
Hex 9C CB FA

RGB Percentages of Color #9ccbfa

%25.62
%33.33
%41.05

CMYK Percentages of Color #9ccbfa

%38
%19
%0
%2

Triadic Colors of #9ccbfa

#9ccbfa #fa9ccb #cbfa9c

Analogous Colors of #9ccbfa

#9ccbfa #9c9cfa #9cfafa

Monochromatic Colors of #9ccbfa

#9ccbfa

Complementary Color

#9ccbfa #facb9c

#9ccbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccbfa Color CSS Codes

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

#9ccbfa Text Font Color

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

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


#9ccbfa Background Color

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

This div background color is #9ccbfa


#9ccbfa Border Color

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

This div border color is #9ccbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccbfa


Comments

No comments written yet.

Please login to write comment.