Color Hex Logo

#9bafdb Color Hex

#9BAFDB
(155,175,219)
0 Favorites   0 Comments

Color spaces of #9bafdb

RGB 155175219
HSL0.610.470.73
HSV221°29°86°
CMYK 0.290.200.00   0.14
XYZ41.633742.743073.0737
Yxy42.74300.26440.2715
Hunter Lab65.3781-0.7405-20.5043
CIE-Lab71.38023.0889-24.4489

#9bafdb color RGB value is (155,175,219).

#9bafdb hex color red value is 155, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9bafdb hue: 0.61 , saturation: 0.47 and the lightness value of 9bafdb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101111 11011011
Octal 233 257 333
Decimal 155 175 219
Hex 9B AF DB

RGB Percentages of Color #9bafdb

%28.23
%31.88
%39.89

CMYK Percentages of Color #9bafdb

%29
%20
%0
%14

Triadic Colors of #9bafdb

#9bafdb #db9baf #afdb9b

Analogous Colors of #9bafdb

#9bafdb #a79bdb #9bcfdb

Monochromatic Colors of #9bafdb

#9bafdb

Complementary Color

#9bafdb #dbc79b

#9bafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bafdb Color CSS Codes

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

#9bafdb Text Font Color

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

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


#9bafdb Background Color

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

This div background color is #9bafdb


#9bafdb Border Color

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

This div border color is #9bafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bafdb


Comments

No comments written yet.

Please login to write comment.