Color Hex Logo

#9ac0dc Color Hex

#9AC0DC
(154,192,220)
0 Favorites   0 Comments

Color spaces of #9ac0dc

RGB 154192220
HSL0.570.490.73
HSV205°30°86°
CMYK 0.300.130.00   0.14
XYZ45.094349.736674.9335
Yxy49.73660.26560.2930
Hunter Lab70.5242-9.2815-13.6300
CIE-Lab75.9073-6.1823-18.1166

#9ac0dc color RGB value is (154,192,220).

#9ac0dc hex color red value is 154, green value is 192 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9ac0dc hue: 0.57 , saturation: 0.49 and the lightness value of 9ac0dc is 0.73.

The process color (four color CMYK) of #9ac0dc color hex is 0.30, 0.13, 0.00, 0.14. Web safe color of #9ac0dc is #99cccc. Color #9ac0dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000000 11011100
Octal 232 300 334
Decimal 154 192 220
Hex 9A C0 DC

RGB Percentages of Color #9ac0dc

%27.21
%33.92
%38.87

CMYK Percentages of Color #9ac0dc

%30
%13
%0
%14

Triadic Colors of #9ac0dc

#9ac0dc #dc9ac0 #c0dc9a

Analogous Colors of #9ac0dc

#9ac0dc #9a9fdc #9adcd7

Monochromatic Colors of #9ac0dc

#9ac0dc

Complementary Color

#9ac0dc #dcb69a

#9ac0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac0dc Color CSS Codes

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

#9ac0dc Text Font Color

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

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


#9ac0dc Background Color

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

This div background color is #9ac0dc


#9ac0dc Border Color

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

This div border color is #9ac0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac0dc


Comments

No comments written yet.

Please login to write comment.