Color Hex Logo

#9baada Color Hex

#9BAADA
(155,170,218)
0 Favorites   0 Comments

Color spaces of #9baada

RGB 155170218
HSL0.630.460.73
HSV226°29°85°
CMYK 0.290.220.00   0.15
XYZ40.547240.780072.0639
Yxy40.78000.26430.2659
Hunter Lab63.85921.5843-22.2062
CIE-Lab70.02155.6129-25.9811

#9baada color RGB value is (155,170,218).

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

The process color (four color CMYK) of #9baada color hex is 0.29, 0.22, 0.00, 0.15. Web safe color of #9baada is #9999cc. Color #9baada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101010 11011010
Octal 233 252 332
Decimal 155 170 218
Hex 9B AA DA

RGB Percentages of Color #9baada

%28.55
%31.31
%40.15

CMYK Percentages of Color #9baada

%29
%22
%0
%15

Triadic Colors of #9baada

#9baada #da9baa #aada9b

Analogous Colors of #9baada

#9baada #ac9bda #9bcada

Monochromatic Colors of #9baada

#9baada

Complementary Color

#9baada #dacb9b

#9baada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baada Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baada Color CSS Codes

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

#9baada Text Font Color

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

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


#9baada Background Color

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

This div background color is #9baada


#9baada Border Color

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

This div border color is #9baada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baada


Comments

No comments written yet.

Please login to write comment.