Color Hex Logo

#9aafdb Color Hex

#9AAFDB
(154,175,219)
0 Favorites   0 Comments

Color spaces of #9aafdb

RGB 154175219
HSL0.610.470.73
HSV221°30°86°
CMYK 0.300.200.00   0.14
XYZ41.442642.644473.0648
Yxy42.64440.26370.2714
Hunter Lab65.3027-0.9994-20.6256
CIE-Lab71.31292.7968-24.5577

#9aafdb color RGB value is (154,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101111 11011011
Octal 232 257 333
Decimal 154 175 219
Hex 9A AF DB

RGB Percentages of Color #9aafdb

%28.10
%31.93
%39.96

CMYK Percentages of Color #9aafdb

%30
%20
%0
%14

Triadic Colors of #9aafdb

#9aafdb #db9aaf #afdb9a

Analogous Colors of #9aafdb

#9aafdb #a69adb #9ad0db

Monochromatic Colors of #9aafdb

#9aafdb

Complementary Color

#9aafdb #dbc69a

#9aafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aafdb Color CSS Codes

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

#9aafdb Text Font Color

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

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


#9aafdb Background Color

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

This div background color is #9aafdb


#9aafdb Border Color

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

This div border color is #9aafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aafdb


Comments

No comments written yet.

Please login to write comment.