Color Hex Logo

#9baad1 Color Hex

#9BAAD1
(155,170,209)
0 Favorites   0 Comments

Color spaces of #9baad1

RGB 155170209
HSL0.620.370.71
HSV223°26°82°
CMYK 0.260.190.00   0.18
XYZ39.400940.321566.0278
Yxy40.32150.27030.2766
Hunter Lab63.4992-0.3654-17.2015
CIE-Lab69.69793.4268-21.5302

#9baad1 color RGB value is (155,170,209).

#9baad1 hex color red value is 155, green value is 170 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #9baad1 hue: 0.62 , saturation: 0.37 and the lightness value of 9baad1 is 0.71.

The process color (four color CMYK) of #9baad1 color hex is 0.26, 0.19, 0.00, 0.18. Web safe color of #9baad1 is #9999cc. Color #9baad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101010 11010001
Octal 233 252 321
Decimal 155 170 209
Hex 9B AA D1

RGB Percentages of Color #9baad1

%29.03
%31.84
%39.14

CMYK Percentages of Color #9baad1

%26
%19
%0
%18

Triadic Colors of #9baad1

#9baad1 #d19baa #aad19b

Analogous Colors of #9baad1

#9baad1 #a79bd1 #9bc5d1

Monochromatic Colors of #9baad1

#9baad1

Complementary Color

#9baad1 #d1c29b

#9baad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baad1 Color CSS Codes

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

#9baad1 Text Font Color

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

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


#9baad1 Background Color

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

This div background color is #9baad1


#9baad1 Border Color

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

This div border color is #9baad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baad1


Comments

No comments written yet.

Please login to write comment.