Color Hex Logo

#9babda Color Hex

#9BABDA
(155,171,218)
0 Favorites   0 Comments

Color spaces of #9babda

RGB 155171218
HSL0.620.460.73
HSV225°29°85°
CMYK 0.290.220.00   0.15
XYZ40.735441.156372.1266
Yxy41.15630.26450.2672
Hunter Lab64.15321.0742-21.7518
CIE-Lab70.28535.0574-25.5768

#9babda color RGB value is (155,171,218).

#9babda hex color red value is 155, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9babda hue: 0.62 , saturation: 0.46 and the lightness value of 9babda is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101011 11011010
Octal 233 253 332
Decimal 155 171 218
Hex 9B AB DA

RGB Percentages of Color #9babda

%28.49
%31.43
%40.07

CMYK Percentages of Color #9babda

%29
%22
%0
%15

Triadic Colors of #9babda

#9babda #da9bab #abda9b

Analogous Colors of #9babda

#9babda #ab9bda #9bcbda

Monochromatic Colors of #9babda

#9babda

Complementary Color

#9babda #daca9b

#9babda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9babda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9babda Color CSS Codes

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

#9babda Text Font Color

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

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


#9babda Background Color

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

This div background color is #9babda


#9babda Border Color

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

This div border color is #9babda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9babda


Comments

No comments written yet.

Please login to write comment.