Color Hex Logo

#9aadec Color Hex

#9AADEC
(154,173,236)
0 Favorites   0 Comments

Color spaces of #9aadec

RGB 154173236
HSL0.630.680.76
HSV226°35°93°
CMYK 0.350.270.00   0.07
XYZ43.410342.813385.3327
Yxy42.81330.25300.2496
Hunter Lab65.43193.9187-31.5205
CIE-Lab71.42818.2087-33.6567

#9aadec color RGB value is (154,173,236).

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

The process color (four color CMYK) of #9aadec color hex is 0.35, 0.27, 0.00, 0.07. Web safe color of #9aadec is #9999ff. Color #9aadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101101 11101100
Octal 232 255 354
Decimal 154 173 236
Hex 9A AD EC

RGB Percentages of Color #9aadec

%27.35
%30.73
%41.92

CMYK Percentages of Color #9aadec

%35
%27
%0
%7

Triadic Colors of #9aadec

#9aadec #ec9aad #adec9a

Analogous Colors of #9aadec

#9aadec #b09aec #9ad6ec

Monochromatic Colors of #9aadec

#9aadec

Complementary Color

#9aadec #ecd99a

#9aadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aadec Color CSS Codes

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

#9aadec Text Font Color

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

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


#9aadec Background Color

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

This div background color is #9aadec


#9aadec Border Color

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

This div border color is #9aadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aadec


Comments

No comments written yet.

Please login to write comment.