Color Hex Logo

#9bacca Color Hex

#9BACCA
(155,172,202)
0 Favorites   0 Comments

Color spaces of #9bacca

RGB 155172202
HSL0.610.310.70
HSV218°23°79°
CMYK 0.230.150.00   0.21
XYZ38.930840.737961.6884
Yxy40.73790.27540.2882
Hunter Lab63.8262-2.8199-12.6257
CIE-Lab69.99190.6709-17.2304

#9bacca color RGB value is (155,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101100 11001010
Octal 233 254 312
Decimal 155 172 202
Hex 9B AC CA

RGB Percentages of Color #9bacca

%29.30
%32.51
%38.19

CMYK Percentages of Color #9bacca

%23
%15
%0
%21

Triadic Colors of #9bacca

#9bacca #ca9bac #acca9b

Analogous Colors of #9bacca

#9bacca #a29bca #9bc4ca

Monochromatic Colors of #9bacca

#9bacca

Complementary Color

#9bacca #cab99b

#9bacca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bacca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bacca Color CSS Codes

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

#9bacca Text Font Color

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

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


#9bacca Background Color

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

This div background color is #9bacca


#9bacca Border Color

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

This div border color is #9bacca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,172,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 #9bacca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bacca


Comments

No comments written yet.

Please login to write comment.