Color Hex Logo

#9dbafa Color Hex

#9DBAFA
(157,186,250)
0 Favorites   0 Comments

Color spaces of #9dbafa

RGB 157186250
HSL0.610.900.80
HSV221°37°98°
CMYK 0.370.260.00   0.02
XYZ48.718949.188097.3690
Yxy49.18800.24950.2519
Hunter Lab70.13421.2608-33.2199
CIE-Lab75.56815.4599-34.8099

#9dbafa color RGB value is (157,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111010 11111010
Octal 235 272 372
Decimal 157 186 250
Hex 9D BA FA

RGB Percentages of Color #9dbafa

%26.48
%31.37
%42.16

CMYK Percentages of Color #9dbafa

%37
%26
%0
%2

Triadic Colors of #9dbafa

#9dbafa #fa9dba #bafa9d

Analogous Colors of #9dbafa

#9dbafa #af9dfa #9de9fa

Monochromatic Colors of #9dbafa

#9dbafa

Complementary Color

#9dbafa #fadd9d

#9dbafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbafa Color CSS Codes

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

#9dbafa Text Font Color

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

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


#9dbafa Background Color

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

This div background color is #9dbafa


#9dbafa Border Color

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

This div border color is #9dbafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbafa


Comments

No comments written yet.

Please login to write comment.