Color Hex Logo

#9cbefc Color Hex

#9CBEFC
(156,190,252)
0 Favorites   0 Comments

Color spaces of #9cbefc

RGB 156190252
HSL0.610.940.80
HSV219°38°99°
CMYK 0.380.250.00   0.01
XYZ49.694450.923199.3054
Yxy50.92310.24860.2547
Hunter Lab71.3604-0.5758-32.5559
CIE-Lab76.63243.5257-34.2439

#9cbefc color RGB value is (156,190,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111110 11111100
Octal 234 276 374
Decimal 156 190 252
Hex 9C BE FC

RGB Percentages of Color #9cbefc

%26.09
%31.77
%42.14

CMYK Percentages of Color #9cbefc

%38
%25
%0
%1

Triadic Colors of #9cbefc

#9cbefc #fc9cbe #befc9c

Analogous Colors of #9cbefc

#9cbefc #aa9cfc #9ceefc

Monochromatic Colors of #9cbefc

#9cbefc

Complementary Color

#9cbefc #fcda9c

#9cbefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbefc Color CSS Codes

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

#9cbefc Text Font Color

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

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


#9cbefc Background Color

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

This div background color is #9cbefc


#9cbefc Border Color

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

This div border color is #9cbefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbefc


Comments

No comments written yet.

Please login to write comment.