Color Hex Logo

#9bcbfd Color Hex

#9BCBFD
(155,203,253)
0 Favorites   0 Comments

Color spaces of #9bcbfd

RGB 155203253
HSL0.590.960.80
HSV211°39°99°
CMYK 0.390.200.00   0.01
XYZ52.603156.7723101.1142
Yxy56.77230.24990.2697
Hunter Lab75.3474-7.2398-26.8224
CIE-Lab80.0514-3.5008-29.5197

#9bcbfd color RGB value is (155,203,253).

#9bcbfd hex color red value is 155, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9bcbfd hue: 0.59 , saturation: 0.96 and the lightness value of 9bcbfd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001011 11111101
Octal 233 313 375
Decimal 155 203 253
Hex 9B CB FD

RGB Percentages of Color #9bcbfd

%25.37
%33.22
%41.41

CMYK Percentages of Color #9bcbfd

%39
%20
%0
%1

Triadic Colors of #9bcbfd

#9bcbfd #fd9bcb #cbfd9b

Analogous Colors of #9bcbfd

#9bcbfd #9c9bfd #9bfcfd

Monochromatic Colors of #9bcbfd

#9bcbfd

Complementary Color

#9bcbfd #fdcd9b

#9bcbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcbfd Color CSS Codes

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

#9bcbfd Text Font Color

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

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


#9bcbfd Background Color

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

This div background color is #9bcbfd


#9bcbfd Border Color

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

This div border color is #9bcbfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,203,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcbfd


Comments

No comments written yet.

Please login to write comment.