Color Hex Logo

#9badff Color Hex

#9BADFF
(155,173,255)
0 Favorites   0 Comments

Color spaces of #9badff

RGB 155173255
HSL0.641.000.80
HSV229°39°100°
CMYK 0.390.320.00   0.00
XYZ46.511144.0757100.6638
Yxy44.07570.24320.2305
Hunter Lab66.38958.8716-43.4264
CIE-Lab72.279113.4987-42.6301

#9badff color RGB value is (155,173,255).

#9badff hex color red value is 155, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9badff hue: 0.64 , saturation: 1.00 and the lightness value of 9badff is 0.80.

The process color (four color CMYK) of #9badff color hex is 0.39, 0.32, 0.00, 0.00. Web safe color of #9badff is #9999ff. Color #9badff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101101 11111111
Octal 233 255 377
Decimal 155 173 255
Hex 9B AD FF

RGB Percentages of Color #9badff

%26.59
%29.67
%43.74

CMYK Percentages of Color #9badff

%39
%32
%0
%0

Triadic Colors of #9badff

#9badff #ff9bad #adff9b

Analogous Colors of #9badff

#9badff #bb9bff #9bdfff

Monochromatic Colors of #9badff

#9badff

Complementary Color

#9badff #ffed9b

#9badff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9badff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9badff Color CSS Codes

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

#9badff Text Font Color

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

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


#9badff Background Color

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

This div background color is #9badff


#9badff Border Color

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

This div border color is #9badff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9badff

#9badff Color Palettes


Comments

No comments written yet.

Please login to write comment.