Color Hex Logo

#9baaca Color Hex

#9BAACA
(155,170,202)
0 Favorites   0 Comments

Color spaces of #9baaca

RGB 155170202
HSL0.610.310.70
HSV221°23°79°
CMYK 0.230.160.00   0.21
XYZ38.553039.982361.5625
Yxy39.98230.27520.2854
Hunter Lab63.2316-1.8217-13.4629
CIE-Lab69.45691.7718-18.0401

#9baaca color RGB value is (155,170,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101010 11001010
Octal 233 252 312
Decimal 155 170 202
Hex 9B AA CA

RGB Percentages of Color #9baaca

%29.41
%32.26
%38.33

CMYK Percentages of Color #9baaca

%23
%16
%0
%21

Triadic Colors of #9baaca

#9baaca #ca9baa #aaca9b

Analogous Colors of #9baaca

#9baaca #a49bca #9bc2ca

Monochromatic Colors of #9baaca

#9baaca

Complementary Color

#9baaca #cabb9b

#9baaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baaca Color CSS Codes

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

#9baaca Text Font Color

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

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


#9baaca Background Color

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

This div background color is #9baaca


#9baaca Border Color

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

This div border color is #9baaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baaca


Comments

No comments written yet.

Please login to write comment.