Color Hex Logo

#9abad1 Color Hex

#9ABAD1
(154,186,209)
0 Favorites   0 Comments

Color spaces of #9abad1

RGB 154186209
HSL0.570.370.71
HSV205°26°82°
CMYK 0.260.110.00   0.18
XYZ42.394046.591367.0802
Yxy46.59130.27160.2985
Hunter Lab68.2578-8.5873-10.4866
CIE-Lab73.9276-5.5937-15.1323

#9abad1 color RGB value is (154,186,209).

#9abad1 hex color red value is 154, green value is 186 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #9abad1 hue: 0.57 , saturation: 0.37 and the lightness value of 9abad1 is 0.71.

The process color (four color CMYK) of #9abad1 color hex is 0.26, 0.11, 0.00, 0.18. Web safe color of #9abad1 is #99cccc. Color #9abad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111010 11010001
Octal 232 272 321
Decimal 154 186 209
Hex 9A BA D1

RGB Percentages of Color #9abad1

%28.05
%33.88
%38.07

CMYK Percentages of Color #9abad1

%26
%11
%0
%18

Triadic Colors of #9abad1

#9abad1 #d19aba #bad19a

Analogous Colors of #9abad1

#9abad1 #9a9fd1 #9ad1cd

Monochromatic Colors of #9abad1

#9abad1

Complementary Color

#9abad1 #d1b19a

#9abad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abad1 Color CSS Codes

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

#9abad1 Text Font Color

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

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


#9abad1 Background Color

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

This div background color is #9abad1


#9abad1 Border Color

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

This div border color is #9abad1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,186,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abad1


Comments

No comments written yet.

Please login to write comment.