Color Hex Logo

#9aadcc Color Hex

#9AADCC
(154,173,204)
0 Favorites   0 Comments

Color spaces of #9aadcc

RGB 154173204
HSL0.600.330.70
HSV217°25°80°
CMYK 0.250.150.00   0.20
XYZ39.169141.116862.9986
Yxy41.11680.27340.2870
Hunter Lab64.1224-3.1776-13.3652
CIE-Lab70.25770.2814-17.9356

#9aadcc color RGB value is (154,173,204).

#9aadcc hex color red value is 154, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9aadcc hue: 0.60 , saturation: 0.33 and the lightness value of 9aadcc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101101 11001100
Octal 232 255 314
Decimal 154 173 204
Hex 9A AD CC

RGB Percentages of Color #9aadcc

%29.00
%32.58
%38.42

CMYK Percentages of Color #9aadcc

%25
%15
%0
%20

Triadic Colors of #9aadcc

#9aadcc #cc9aad #adcc9a

Analogous Colors of #9aadcc

#9aadcc #a09acc #9ac6cc

Monochromatic Colors of #9aadcc

#9aadcc

Complementary Color

#9aadcc #ccb99a

#9aadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aadcc Color CSS Codes

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

#9aadcc Text Font Color

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

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


#9aadcc Background Color

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

This div background color is #9aadcc


#9aadcc Border Color

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

This div border color is #9aadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aadcc


Comments

No comments written yet.

Please login to write comment.