Color Hex Logo

#9baadc Color Hex

#9BAADC
(155,170,220)
0 Favorites   0 Comments

Color spaces of #9baadc

RGB 155170220
HSL0.630.480.74
HSV226°30°86°
CMYK 0.300.230.00   0.14
XYZ40.810640.885373.4509
Yxy40.88530.26300.2635
Hunter Lab63.94162.0294-23.3484
CIE-Lab70.09556.1073-26.9647

#9baadc color RGB value is (155,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101010 11011100
Octal 233 252 334
Decimal 155 170 220
Hex 9B AA DC

RGB Percentages of Color #9baadc

%28.44
%31.19
%40.37

CMYK Percentages of Color #9baadc

%30
%23
%0
%14

Triadic Colors of #9baadc

#9baadc #dc9baa #aadc9b

Analogous Colors of #9baadc

#9baadc #ad9bdc #9bcbdc

Monochromatic Colors of #9baadc

#9baadc

Complementary Color

#9baadc #dccd9b

#9baadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baadc Color CSS Codes

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

#9baadc Text Font Color

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

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


#9baadc Background Color

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

This div background color is #9baadc


#9baadc Border Color

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

This div border color is #9baadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baadc


Comments

No comments written yet.

Please login to write comment.