Color Hex Logo

#9baaeb Color Hex

#9BAAEB
(155,170,235)
0 Favorites   0 Comments

Color spaces of #9baaeb

RGB 155170235
HSL0.640.670.76
HSV229°34°92°
CMYK 0.340.280.00   0.08
XYZ42.887741.716284.3889
Yxy41.71620.25380.2469
Hunter Lab64.58815.4982-32.2549
CIE-Lab70.67489.9041-34.2730

#9baaeb color RGB value is (155,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101010 11101011
Octal 233 252 353
Decimal 155 170 235
Hex 9B AA EB

RGB Percentages of Color #9baaeb

%27.68
%30.36
%41.96

CMYK Percentages of Color #9baaeb

%34
%28
%0
%8

Triadic Colors of #9baaeb

#9baaeb #eb9baa #aaeb9b

Analogous Colors of #9baaeb

#9baaeb #b49beb #9bd2eb

Monochromatic Colors of #9baaeb

#9baaeb

Complementary Color

#9baaeb #ebdc9b

#9baaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baaeb Color CSS Codes

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

#9baaeb Text Font Color

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

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


#9baaeb Background Color

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

This div background color is #9baaeb


#9baaeb Border Color

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

This div border color is #9baaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baaeb


Comments

No comments written yet.

Please login to write comment.