Color Hex Logo

#9baceb Color Hex

#9BACEB
(155,172,235)
0 Favorites   0 Comments

Color spaces of #9baceb

RGB 155172235
HSL0.630.670.76
HSV227°34°92°
CMYK 0.340.270.00   0.08
XYZ43.265542.471884.5148
Yxy42.47180.25410.2495
Hunter Lab65.17044.4549-31.2697
CIE-Lab71.19508.7848-33.4675

#9baceb color RGB value is (155,172,235).

#9baceb hex color red value is 155, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9baceb hue: 0.63 , saturation: 0.67 and the lightness value of 9baceb is 0.76.

The process color (four color CMYK) of #9baceb color hex is 0.34, 0.27, 0.00, 0.08. Web safe color of #9baceb is #9999ff. Color #9baceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101100 11101011
Octal 233 254 353
Decimal 155 172 235
Hex 9B AC EB

RGB Percentages of Color #9baceb

%27.58
%30.60
%41.81

CMYK Percentages of Color #9baceb

%34
%27
%0
%8

Triadic Colors of #9baceb

#9baceb #eb9bac #aceb9b

Analogous Colors of #9baceb

#9baceb #b29beb #9bd4eb

Monochromatic Colors of #9baceb

#9baceb

Complementary Color

#9baceb #ebda9b

#9baceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baceb Color CSS Codes

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

#9baceb Text Font Color

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

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


#9baceb Background Color

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

This div background color is #9baceb


#9baceb Border Color

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

This div border color is #9baceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baceb


Comments

No comments written yet.

Please login to write comment.