Color Hex Logo

#9baafd Color Hex

#9BAAFD
(155,170,253)
0 Favorites   0 Comments

Color spaces of #9baafd

RGB 155170253
HSL0.640.960.80
HSV231°39°99°
CMYK 0.390.330.00   0.01
XYZ45.621942.809998.7871
Yxy42.80990.24370.2287
Hunter Lab65.42939.9615-43.7173
CIE-Lab71.425814.6497-42.8829

#9baafd color RGB value is (155,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101010 11111101
Octal 233 252 375
Decimal 155 170 253
Hex 9B AA FD

RGB Percentages of Color #9baafd

%26.82
%29.41
%43.77

CMYK Percentages of Color #9baafd

%39
%33
%0
%1

Triadic Colors of #9baafd

#9baafd #fd9baa #aafd9b

Analogous Colors of #9baafd

#9baafd #bd9bfd #9bdbfd

Monochromatic Colors of #9baafd

#9baafd

Complementary Color

#9baafd #fdee9b

#9baafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baafd Color CSS Codes

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

#9baafd Text Font Color

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

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


#9baafd Background Color

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

This div background color is #9baafd


#9baafd Border Color

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

This div border color is #9baafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baafd

Related Colors


Comments

No comments written yet.

Please login to write comment.