Color Hex Logo

#9bacdf Color Hex

#9BACDF
(155,172,223)
0 Favorites   0 Comments

Color spaces of #9bacdf

RGB 155172223
HSL0.630.520.74
HSV225°30°87°
CMYK 0.300.230.00   0.13
XYZ41.589441.801375.6885
Yxy41.80130.26140.2628
Hunter Lab64.65391.6779-24.1514
CIE-Lab70.73375.7407-27.6277

#9bacdf color RGB value is (155,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101100 11011111
Octal 233 254 337
Decimal 155 172 223
Hex 9B AC DF

RGB Percentages of Color #9bacdf

%28.18
%31.27
%40.55

CMYK Percentages of Color #9bacdf

%30
%23
%0
%13

Triadic Colors of #9bacdf

#9bacdf #df9bac #acdf9b

Analogous Colors of #9bacdf

#9bacdf #ac9bdf #9bcedf

Monochromatic Colors of #9bacdf

#9bacdf

Complementary Color

#9bacdf #dfce9b

#9bacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bacdf Color CSS Codes

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

#9bacdf Text Font Color

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

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


#9bacdf Background Color

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

This div background color is #9bacdf


#9bacdf Border Color

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

This div border color is #9bacdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,172,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 #9bacdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bacdf


Comments

No comments written yet.

Please login to write comment.