Color Hex Logo

#9bd5fd Color Hex

#9BD5FD
(155,213,253)
0 Favorites   0 Comments

Color spaces of #9bd5fd

RGB 155213253
HSL0.570.960.80
HSV204°39°99°
CMYK 0.390.160.00   0.01
XYZ55.041461.6489101.9269
Yxy61.64890.25180.2820
Hunter Lab78.5168-12.2734-22.0058
CIE-Lab82.7264-8.7837-25.4290

#9bd5fd color RGB value is (155,213,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010101 11111101
Octal 233 325 375
Decimal 155 213 253
Hex 9B D5 FD

RGB Percentages of Color #9bd5fd

%24.96
%34.30
%40.74

CMYK Percentages of Color #9bd5fd

%39
%16
%0
%1

Triadic Colors of #9bd5fd

#9bd5fd #fd9bd5 #d5fd9b

Analogous Colors of #9bd5fd

#9bd5fd #9ba4fd #9bfdf4

Monochromatic Colors of #9bd5fd

#9bd5fd

Complementary Color

#9bd5fd #fdc39b

#9bd5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd5fd Color CSS Codes

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

#9bd5fd Text Font Color

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

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


#9bd5fd Background Color

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

This div background color is #9bd5fd


#9bd5fd Border Color

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

This div border color is #9bd5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd5fd

Related Colors


Comments

No comments written yet.

Please login to write comment.