Color Hex Logo

#9bdbfd Color Hex

#9BDBFD
(155,219,253)
0 Favorites   0 Comments

Color spaces of #9bdbfd

RGB 155219253
HSL0.560.960.80
HSV201°39°99°
CMYK 0.390.130.00   0.01
XYZ56.578764.7234102.4394
Yxy64.72340.25290.2893
Hunter Lab80.4509-15.2552-19.1793
CIE-Lab84.3410-11.8989-22.9725

#9bdbfd color RGB value is (155,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011011 11111101
Octal 233 333 375
Decimal 155 219 253
Hex 9B DB FD

RGB Percentages of Color #9bdbfd

%24.72
%34.93
%40.35

CMYK Percentages of Color #9bdbfd

%39
%13
%0
%1

Triadic Colors of #9bdbfd

#9bdbfd #fd9bdb #dbfd9b

Analogous Colors of #9bdbfd

#9bdbfd #9baafd #9bfdee

Monochromatic Colors of #9bdbfd

#9bdbfd

Complementary Color

#9bdbfd #fdbd9b

#9bdbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdbfd Color CSS Codes

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

#9bdbfd Text Font Color

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

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


#9bdbfd Background Color

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

This div background color is #9bdbfd


#9bdbfd Border Color

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

This div border color is #9bdbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdbfd


Comments

No comments written yet.

Please login to write comment.