Color Hex Logo

#9baccb Color Hex

#9BACCB
(155,172,203)
0 Favorites   0 Comments

Color spaces of #9baccb

RGB 155172203
HSL0.610.320.70
HSV219°24°80°
CMYK 0.240.150.00   0.20
XYZ39.049640.785462.3141
Yxy40.78540.27470.2869
Hunter Lab63.8634-2.6164-13.1472
CIE-Lab70.02530.9043-17.7305

#9baccb color RGB value is (155,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101100 11001011
Octal 233 254 313
Decimal 155 172 203
Hex 9B AC CB

RGB Percentages of Color #9baccb

%29.25
%32.45
%38.30

CMYK Percentages of Color #9baccb

%24
%15
%0
%20

Triadic Colors of #9baccb

#9baccb #cb9bac #accb9b

Analogous Colors of #9baccb

#9baccb #a29bcb #9bc4cb

Monochromatic Colors of #9baccb

#9baccb

Complementary Color

#9baccb #cbba9b

#9baccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baccb Color CSS Codes

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

#9baccb Text Font Color

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

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


#9baccb Background Color

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

This div background color is #9baccb


#9baccb Border Color

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

This div border color is #9baccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baccb


Comments

No comments written yet.

Please login to write comment.