Color Hex Logo

#9abadb Color Hex

#9ABADB
(154,186,219)
0 Favorites   0 Comments

Color spaces of #9abadb

RGB 154186219
HSL0.580.470.73
HSV210°30°86°
CMYK 0.300.150.00   0.14
XYZ43.671547.102373.8078
Yxy47.10230.26530.2862
Hunter Lab68.6311-6.5209-15.7203
CIE-Lab74.2552-3.2063-20.0765

#9abadb color RGB value is (154,186,219).

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

The process color (four color CMYK) of #9abadb color hex is 0.30, 0.15, 0.00, 0.14. Web safe color of #9abadb is #99cccc. Color #9abadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111010 11011011
Octal 232 272 333
Decimal 154 186 219
Hex 9A BA DB

RGB Percentages of Color #9abadb

%27.55
%33.27
%39.18

CMYK Percentages of Color #9abadb

%30
%15
%0
%14

Triadic Colors of #9abadb

#9abadb #db9aba #badb9a

Analogous Colors of #9abadb

#9abadb #9b9adb #9adbdb

Monochromatic Colors of #9abadb

#9abadb

Complementary Color

#9abadb #dbbb9a

#9abadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abadb Color CSS Codes

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

#9abadb Text Font Color

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

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


#9abadb Background Color

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

This div background color is #9abadb


#9abadb Border Color

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

This div border color is #9abadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abadb


Comments

No comments written yet.

Please login to write comment.