Color Hex Logo

#aac1dc Color Hex

#AAC1DC
(170,193,220)
0 Favorites   0 Comments

Color spaces of #aac1dc

RGB 170193220
HSL0.590.420.76
HSV212°23°86°
CMYK 0.230.120.00   0.14
XYZ48.565851.853375.1591
Yxy51.85330.27660.2953
Hunter Lab72.0092-5.6289-11.4770
CIE-Lab77.1930-1.9635-16.0769

#aac1dc color RGB value is (170,193,220).

#aac1dc hex color red value is 170, green value is 193 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aac1dc hue: 0.59 , saturation: 0.42 and the lightness value of aac1dc is 0.76.

The process color (four color CMYK) of #aac1dc color hex is 0.23, 0.12, 0.00, 0.14. Web safe color of #aac1dc is #99cccc. Color #aac1dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000001 11011100
Octal 252 301 334
Decimal 170 193 220
Hex AA C1 DC

RGB Percentages of Color #aac1dc

%29.16
%33.10
%37.74

CMYK Percentages of Color #aac1dc

%23
%12
%0
%14

Triadic Colors of #aac1dc

#aac1dc #dcaac1 #c1dcaa

Analogous Colors of #aac1dc

#aac1dc #acaadc #aadadc

Monochromatic Colors of #aac1dc

#aac1dc

Complementary Color

#aac1dc #dcc5aa

#aac1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac1dc Color CSS Codes

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

#aac1dc Text Font Color

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

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


#aac1dc Background Color

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

This div background color is #aac1dc


#aac1dc Border Color

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

This div border color is #aac1dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,193,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aac1dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aac1dc;
  -webkit-box-shadow: 1px 1px 3px 2px #aac1dc;
  box-shadow:         1px 1px 3px 2px #aac1dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,193,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 #aac1dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac1dc


Comments

No comments written yet.

Please login to write comment.