Color Hex Logo

#9dbdfd Color Hex

#9DBDFD
(157,189,253)
0 Favorites   0 Comments

Color spaces of #9dbdfd

RGB 157189253
HSL0.610.960.80
HSV220°38°99°
CMYK 0.380.250.00   0.01
XYZ49.831850.6551100.0795
Yxy50.65510.24850.2526
Hunter Lab71.17240.4262-33.5503
CIE-Lab76.46964.5983-35.0273

#9dbdfd color RGB value is (157,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111101 11111101
Octal 235 275 375
Decimal 157 189 253
Hex 9D BD FD

RGB Percentages of Color #9dbdfd

%26.21
%31.55
%42.24

CMYK Percentages of Color #9dbdfd

%38
%25
%0
%1

Triadic Colors of #9dbdfd

#9dbdfd #fd9dbd #bdfd9d

Analogous Colors of #9dbdfd

#9dbdfd #ad9dfd #9dedfd

Monochromatic Colors of #9dbdfd

#9dbdfd

Complementary Color

#9dbdfd #fddd9d

#9dbdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbdfd Color CSS Codes

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

#9dbdfd Text Font Color

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

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


#9dbdfd Background Color

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

This div background color is #9dbdfd


#9dbdfd Border Color

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

This div border color is #9dbdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbdfd


Comments

No comments written yet.

Please login to write comment.