Color Hex Logo

#9baacc Color Hex

#9BAACC
(155,170,204)
0 Favorites   0 Comments

Color spaces of #9baacc

RGB 155170204
HSL0.620.320.70
HSV222°24°80°
CMYK 0.240.170.00   0.20
XYZ38.791440.077662.8180
Yxy40.07760.27380.2829
Hunter Lab63.3069-1.4108-14.5173
CIE-Lab69.52482.2407-19.0398

#9baacc color RGB value is (155,170,204).

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

The process color (four color CMYK) of #9baacc color hex is 0.24, 0.17, 0.00, 0.20. Web safe color of #9baacc is #9999cc. Color #9baacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101010 11001100
Octal 233 252 314
Decimal 155 170 204
Hex 9B AA CC

RGB Percentages of Color #9baacc

%29.30
%32.14
%38.56

CMYK Percentages of Color #9baacc

%24
%17
%0
%20

Triadic Colors of #9baacc

#9baacc #cc9baa #aacc9b

Analogous Colors of #9baacc

#9baacc #a59bcc #9bc3cc

Monochromatic Colors of #9baacc

#9baacc

Complementary Color

#9baacc #ccbd9b

#9baacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baacc Color CSS Codes

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

#9baacc Text Font Color

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

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


#9baacc Background Color

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

This div background color is #9baacc


#9baacc Border Color

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

This div border color is #9baacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baacc


Comments

No comments written yet.

Please login to write comment.