Color Hex Logo

#9badf5 Color Hex

#9BADF5
(155,173,245)
0 Favorites   0 Comments

Color spaces of #9badf5

RGB 155173245
HSL0.630.820.78
HSV228°37°96°
CMYK 0.370.290.00   0.04
XYZ44.942643.448392.4038
Yxy43.44830.24860.2403
Hunter Lab65.91536.3536-36.9753
CIE-Lab71.858210.8330-37.8738

#9badf5 color RGB value is (155,173,245).

#9badf5 hex color red value is 155, green value is 173 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #9badf5 hue: 0.63 , saturation: 0.82 and the lightness value of 9badf5 is 0.78.

The process color (four color CMYK) of #9badf5 color hex is 0.37, 0.29, 0.00, 0.04. Web safe color of #9badf5 is #9999ff. Color #9badf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101101 11110101
Octal 233 255 365
Decimal 155 173 245
Hex 9B AD F5

RGB Percentages of Color #9badf5

%27.05
%30.19
%42.76

CMYK Percentages of Color #9badf5

%37
%29
%0
%4

Triadic Colors of #9badf5

#9badf5 #f59bad #adf59b

Analogous Colors of #9badf5

#9badf5 #b69bf5 #9bdaf5

Monochromatic Colors of #9badf5

#9badf5

Complementary Color

#9badf5 #f5e39b

#9badf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9badf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9badf5 Color CSS Codes

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

#9badf5 Text Font Color

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

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


#9badf5 Background Color

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

This div background color is #9badf5


#9badf5 Border Color

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

This div border color is #9badf5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,173,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9badf5


Comments

No comments written yet.

Please login to write comment.