Color Hex Logo

#9babea Color Hex

#9BABEA
(155,171,234)
0 Favorites   0 Comments

Color spaces of #9babea

RGB 155171234
HSL0.630.650.76
HSV228°34°92°
CMYK 0.340.270.00   0.08
XYZ42.931842.034983.6927
Yxy42.03490.25450.2492
Hunter Lab64.83434.7385-31.1517
CIE-Lab70.89509.0865-33.3869

#9babea color RGB value is (155,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101011 11101010
Octal 233 253 352
Decimal 155 171 234
Hex 9B AB EA

RGB Percentages of Color #9babea

%27.68
%30.54
%41.79

CMYK Percentages of Color #9babea

%34
%27
%0
%8

Triadic Colors of #9babea

#9babea #ea9bab #abea9b

Analogous Colors of #9babea

#9babea #b39bea #9bd3ea

Monochromatic Colors of #9babea

#9babea

Complementary Color

#9babea #eada9b

#9babea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9babea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9babea Color CSS Codes

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

#9babea Text Font Color

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

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


#9babea Background Color

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

This div background color is #9babea


#9babea Border Color

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

This div border color is #9babea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9babea


Comments

No comments written yet.

Please login to write comment.