Color Hex Logo

#9cbcfc Color Hex

#9CBCFC
(156,188,252)
0 Favorites   0 Comments

Color spaces of #9cbcfc

RGB 156188252
HSL0.610.940.80
HSV220°38°99°
CMYK 0.380.250.00   0.01
XYZ49.264250.062699.1620
Yxy50.06260.24820.2522
Hunter Lab70.75490.4622-33.5656
CIE-Lab76.10774.6218-35.0552

#9cbcfc color RGB value is (156,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111100 11111100
Octal 234 274 374
Decimal 156 188 252
Hex 9C BC FC

RGB Percentages of Color #9cbcfc

%26.17
%31.54
%42.28

CMYK Percentages of Color #9cbcfc

%38
%25
%0
%1

Triadic Colors of #9cbcfc

#9cbcfc #fc9cbc #bcfc9c

Analogous Colors of #9cbcfc

#9cbcfc #ac9cfc #9cecfc

Monochromatic Colors of #9cbcfc

#9cbcfc

Complementary Color

#9cbcfc #fcdc9c

#9cbcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbcfc Color CSS Codes

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

#9cbcfc Text Font Color

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

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


#9cbcfc Background Color

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

This div background color is #9cbcfc


#9cbcfc Border Color

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

This div border color is #9cbcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbcfc


Comments

No comments written yet.

Please login to write comment.