Color Hex Logo

#9bacdc Color Hex

#9BACDC
(155,172,220)
0 Favorites   0 Comments

Color spaces of #9bacdc

RGB 155172220
HSL0.620.480.74
HSV224°30°86°
CMYK 0.300.220.00   0.14
XYZ41.188441.640973.5768
Yxy41.64090.26330.2662
Hunter Lab64.52981.0069-22.4316
CIE-Lab70.62264.9956-26.1560

#9bacdc color RGB value is (155,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101100 11011100
Octal 233 254 334
Decimal 155 172 220
Hex 9B AC DC

RGB Percentages of Color #9bacdc

%28.34
%31.44
%40.22

CMYK Percentages of Color #9bacdc

%30
%22
%0
%14

Triadic Colors of #9bacdc

#9bacdc #dc9bac #acdc9b

Analogous Colors of #9bacdc

#9bacdc #ab9bdc #9bcddc

Monochromatic Colors of #9bacdc

#9bacdc

Complementary Color

#9bacdc #dccb9b

#9bacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bacdc Color CSS Codes

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

#9bacdc Text Font Color

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

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


#9bacdc Background Color

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

This div background color is #9bacdc


#9bacdc Border Color

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

This div border color is #9bacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bacdc


Comments

No comments written yet.

Please login to write comment.