Color Hex Logo

#9dbdfa Color Hex

#9DBDFA
(157,189,250)
0 Favorites   0 Comments

Color spaces of #9dbdfa

RGB 157189250
HSL0.610.900.80
HSV219°37°98°
CMYK 0.370.240.00   0.02
XYZ49.357550.465497.5819
Yxy50.46540.25000.2556
Hunter Lab71.0390-0.2975-31.7157
CIE-Lab76.35403.8132-33.5953

#9dbdfa color RGB value is (157,189,250).

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

The process color (four color CMYK) of #9dbdfa color hex is 0.37, 0.24, 0.00, 0.02. Web safe color of #9dbdfa is #99ccff. Color #9dbdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111101 11111010
Octal 235 275 372
Decimal 157 189 250
Hex 9D BD FA

RGB Percentages of Color #9dbdfa

%26.34
%31.71
%41.95

CMYK Percentages of Color #9dbdfa

%37
%24
%0
%2

Triadic Colors of #9dbdfa

#9dbdfa #fa9dbd #bdfa9d

Analogous Colors of #9dbdfa

#9dbdfa #ac9dfa #9decfa

Monochromatic Colors of #9dbdfa

#9dbdfa

Complementary Color

#9dbdfa #fada9d

#9dbdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbdfa Color CSS Codes

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

#9dbdfa Text Font Color

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

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


#9dbdfa Background Color

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

This div background color is #9dbdfa


#9dbdfa Border Color

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

This div border color is #9dbdfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,189,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbdfa


Comments

No comments written yet.

Please login to write comment.