Color Hex Logo

#9babdf Color Hex

#9BABDF
(155,171,223)
0 Favorites   0 Comments

Color spaces of #9babdf

RGB 155171223
HSL0.630.520.74
HSV226°30°87°
CMYK 0.300.230.00   0.13
XYZ41.399841.422175.6253
Yxy41.42210.26130.2614
Hunter Lab64.36002.1908-24.6159
CIE-Lab70.47066.2969-28.0319

#9babdf color RGB value is (155,171,223).

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

The process color (four color CMYK) of #9babdf color hex is 0.30, 0.23, 0.00, 0.13. Web safe color of #9babdf is #9999cc. Color #9babdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101011 11011111
Octal 233 253 337
Decimal 155 171 223
Hex 9B AB DF

RGB Percentages of Color #9babdf

%28.23
%31.15
%40.62

CMYK Percentages of Color #9babdf

%30
%23
%0
%13

Triadic Colors of #9babdf

#9babdf #df9bab #abdf9b

Analogous Colors of #9babdf

#9babdf #ad9bdf #9bcddf

Monochromatic Colors of #9babdf

#9babdf

Complementary Color

#9babdf #dfcf9b

#9babdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9babdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9babdf Color CSS Codes

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

#9babdf Text Font Color

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

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


#9babdf Background Color

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

This div background color is #9babdf


#9babdf Border Color

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

This div border color is #9babdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9babdf


Comments

No comments written yet.

Please login to write comment.