Color Hex Logo

#9bd3fd Color Hex

#9BD3FD
(155,211,253)
0 Favorites   0 Comments

Color spaces of #9bd3fd

RGB 155211253
HSL0.570.960.80
HSV206°39°99°
CMYK 0.390.170.00   0.01
XYZ54.541560.6489101.7603
Yxy60.64890.25140.2796
Hunter Lab77.8774-11.2728-22.9585
CIE-Lab82.1896-7.7358-26.2477

#9bd3fd color RGB value is (155,211,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010011 11111101
Octal 233 323 375
Decimal 155 211 253
Hex 9B D3 FD

RGB Percentages of Color #9bd3fd

%25.04
%34.09
%40.87

CMYK Percentages of Color #9bd3fd

%39
%17
%0
%1

Triadic Colors of #9bd3fd

#9bd3fd #fd9bd3 #d3fd9b

Analogous Colors of #9bd3fd

#9bd3fd #9ba2fd #9bfdf6

Monochromatic Colors of #9bd3fd

#9bd3fd

Complementary Color

#9bd3fd #fdc59b

#9bd3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd3fd Color CSS Codes

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

#9bd3fd Text Font Color

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

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


#9bd3fd Background Color

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

This div background color is #9bd3fd


#9bd3fd Border Color

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

This div border color is #9bd3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd3fd


Comments

No comments written yet.

Please login to write comment.