Color Hex Logo

#9aadea Color Hex

#9AADEA
(154,173,234)
0 Favorites   0 Comments

Color spaces of #9aadea

RGB 154173234
HSL0.630.660.76
HSV226°34°92°
CMYK 0.340.260.00   0.08
XYZ43.121342.697783.8106
Yxy42.69770.25420.2517
Hunter Lab65.34353.4442-30.3059
CIE-Lab71.34937.6918-32.6895

#9aadea color RGB value is (154,173,234).

#9aadea hex color red value is 154, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9aadea hue: 0.63 , saturation: 0.66 and the lightness value of 9aadea is 0.76.

The process color (four color CMYK) of #9aadea color hex is 0.34, 0.26, 0.00, 0.08. Web safe color of #9aadea is #9999ff. Color #9aadea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101101 11101010
Octal 232 255 352
Decimal 154 173 234
Hex 9A AD EA

RGB Percentages of Color #9aadea

%27.45
%30.84
%41.71

CMYK Percentages of Color #9aadea

%34
%26
%0
%8

Triadic Colors of #9aadea

#9aadea #ea9aad #adea9a

Analogous Colors of #9aadea

#9aadea #af9aea #9ad5ea

Monochromatic Colors of #9aadea

#9aadea

Complementary Color

#9aadea #ead79a

#9aadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aadea Color CSS Codes

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

#9aadea Text Font Color

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

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


#9aadea Background Color

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

This div background color is #9aadea


#9aadea Border Color

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

This div border color is #9aadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aadea


Comments

No comments written yet.

Please login to write comment.