Color Hex Logo

#9bcdfc Color Hex

#9BCDFC
(155,205,252)
0 Favorites   0 Comments

Color spaces of #9bcdfc

RGB 155205252
HSL0.580.940.80
HSV209°38°99°
CMYK 0.380.190.00   0.01
XYZ52.919657.6595100.4357
Yxy57.65950.25080.2732
Hunter Lab75.9339-8.4845-25.2676
CIE-Lab80.5491-4.8246-28.2241

#9bcdfc color RGB value is (155,205,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001101 11111100
Octal 233 315 374
Decimal 155 205 252
Hex 9B CD FC

RGB Percentages of Color #9bcdfc

%25.33
%33.50
%41.18

CMYK Percentages of Color #9bcdfc

%38
%19
%0
%1

Triadic Colors of #9bcdfc

#9bcdfc #fc9bcd #cdfc9b

Analogous Colors of #9bcdfc

#9bcdfc #9b9dfc #9bfcfb

Monochromatic Colors of #9bcdfc

#9bcdfc

Complementary Color

#9bcdfc #fcca9b

#9bcdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcdfc Color CSS Codes

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

#9bcdfc Text Font Color

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

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


#9bcdfc Background Color

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

This div background color is #9bcdfc


#9bcdfc Border Color

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

This div border color is #9bcdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.