Color Hex Logo

#9babd1 Color Hex

#9BABD1
(155,171,209)
0 Favorites   0 Comments

Color spaces of #9babd1

RGB 155171209
HSL0.620.370.71
HSV222°26°82°
CMYK 0.260.180.00   0.18
XYZ39.589140.697866.0905
Yxy40.69780.27050.2780
Hunter Lab63.7948-0.8694-16.7672
CIE-Lab69.96372.8739-21.1255

#9babd1 color RGB value is (155,171,209).

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

The process color (four color CMYK) of #9babd1 color hex is 0.26, 0.18, 0.00, 0.18. Web safe color of #9babd1 is #9999cc. Color #9babd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101011 11010001
Octal 233 253 321
Decimal 155 171 209
Hex 9B AB D1

RGB Percentages of Color #9babd1

%28.97
%31.96
%39.07

CMYK Percentages of Color #9babd1

%26
%18
%0
%18

Triadic Colors of #9babd1

#9babd1 #d19bab #abd19b

Analogous Colors of #9babd1

#9babd1 #a69bd1 #9bc6d1

Monochromatic Colors of #9babd1

#9babd1

Complementary Color

#9babd1 #d1c19b

#9babd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9babd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9babd1 Color CSS Codes

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

#9babd1 Text Font Color

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

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


#9babd1 Background Color

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

This div background color is #9babd1


#9babd1 Border Color

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

This div border color is #9babd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9babd1


Comments

No comments written yet.

Please login to write comment.