Color Hex Logo

#9aadda Color Hex

#9AADDA
(154,173,218)
0 Favorites   0 Comments

Color spaces of #9aadda

RGB 154173218
HSL0.620.460.73
HSV222°29°85°
CMYK 0.290.210.00   0.15
XYZ40.924941.819172.2446
Yxy41.81910.26410.2698
Hunter Lab64.6677-0.2049-20.9694
CIE-Lab70.74603.6551-24.8775

#9aadda color RGB value is (154,173,218).

#9aadda hex color red value is 154, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9aadda hue: 0.62 , saturation: 0.46 and the lightness value of 9aadda is 0.73.

The process color (four color CMYK) of #9aadda color hex is 0.29, 0.21, 0.00, 0.15. Web safe color of #9aadda is #9999cc. Color #9aadda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101101 11011010
Octal 232 255 332
Decimal 154 173 218
Hex 9A AD DA

RGB Percentages of Color #9aadda

%28.26
%31.74
%40.00

CMYK Percentages of Color #9aadda

%29
%21
%0
%15

Triadic Colors of #9aadda

#9aadda #da9aad #adda9a

Analogous Colors of #9aadda

#9aadda #a79ada #9acdda

Monochromatic Colors of #9aadda

#9aadda

Complementary Color

#9aadda #dac79a

#9aadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aadda Color CSS Codes

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

#9aadda Text Font Color

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

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


#9aadda Background Color

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

This div background color is #9aadda


#9aadda Border Color

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

This div border color is #9aadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aadda


Comments

No comments written yet.

Please login to write comment.