Color Hex Logo

#9bacce Color Hex

#9BACCE
(155,172,206)
0 Favorites   0 Comments

Color spaces of #9bacce

RGB 155172206
HSL0.610.340.71
HSV220°25°81°
CMYK 0.250.170.00   0.19
XYZ39.410740.929864.2156
Yxy40.92980.27260.2831
Hunter Lab63.9764-1.9993-14.7282
CIE-Lab70.12671.6094-19.2277

#9bacce color RGB value is (155,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101100 11001110
Octal 233 254 316
Decimal 155 172 206
Hex 9B AC CE

RGB Percentages of Color #9bacce

%29.08
%32.27
%38.65

CMYK Percentages of Color #9bacce

%25
%17
%0
%19

Triadic Colors of #9bacce

#9bacce #ce9bac #acce9b

Analogous Colors of #9bacce

#9bacce #a49bce #9bc6ce

Monochromatic Colors of #9bacce

#9bacce

Complementary Color

#9bacce #cebd9b

#9bacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bacce Color CSS Codes

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

#9bacce Text Font Color

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

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


#9bacce Background Color

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

This div background color is #9bacce


#9bacce Border Color

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

This div border color is #9bacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bacce


Comments

No comments written yet.

Please login to write comment.