Color Hex Logo

#9baadd Color Hex

#9BAADD
(155,170,221)
0 Favorites   0 Comments

Color spaces of #9baadd

RGB 155170221
HSL0.630.490.74
HSV226°30°87°
CMYK 0.300.230.00   0.13
XYZ40.943440.938574.1506
Yxy40.93850.26240.2624
Hunter Lab63.98322.2531-23.9234
CIE-Lab70.13286.3551-27.4555

#9baadd color RGB value is (155,170,221).

#9baadd hex color red value is 155, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9baadd hue: 0.63 , saturation: 0.49 and the lightness value of 9baadd is 0.74.

The process color (four color CMYK) of #9baadd color hex is 0.30, 0.23, 0.00, 0.13. Web safe color of #9baadd is #9999cc. Color #9baadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101010 11011101
Octal 233 252 335
Decimal 155 170 221
Hex 9B AA DD

RGB Percentages of Color #9baadd

%28.39
%31.14
%40.48

CMYK Percentages of Color #9baadd

%30
%23
%0
%13

Triadic Colors of #9baadd

#9baadd #dd9baa #aadd9b

Analogous Colors of #9baadd

#9baadd #ad9bdd #9bcbdd

Monochromatic Colors of #9baadd

#9baadd

Complementary Color

#9baadd #ddce9b

#9baadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baadd Color CSS Codes

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

#9baadd Text Font Color

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

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


#9baadd Background Color

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

This div background color is #9baadd


#9baadd Border Color

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

This div border color is #9baadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baadd


Comments

No comments written yet.

Please login to write comment.