Color Hex Logo

#aaccdf Color Hex

#AACCDF
(170,204,223)
0 Favorites   0 Comments

Color spaces of #aaccdf

RGB 170204223
HSL0.560.450.77
HSV202°24°87°
CMYK 0.240.090.00   0.13
XYZ51.489757.059578.1118
Yxy57.05950.27580.3057
Hunter Lab75.5377-10.5179-8.4340
CIE-Lab80.2130-7.1147-13.1549

#aaccdf color RGB value is (170,204,223).

#aaccdf hex color red value is 170, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aaccdf hue: 0.56 , saturation: 0.45 and the lightness value of aaccdf is 0.77.

The process color (four color CMYK) of #aaccdf color hex is 0.24, 0.09, 0.00, 0.13. Web safe color of #aaccdf is #99cccc. Color #aaccdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 11011111
Octal 252 314 337
Decimal 170 204 223
Hex AA CC DF

RGB Percentages of Color #aaccdf

%28.48
%34.17
%37.35

CMYK Percentages of Color #aaccdf

%24
%9
%0
%13

Triadic Colors of #aaccdf

#aaccdf #dfaacc #ccdfaa

Analogous Colors of #aaccdf

#aaccdf #aab2df #aadfd8

Monochromatic Colors of #aaccdf

#aaccdf

Complementary Color

#aaccdf #dfbdaa

#aaccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaccdf Color CSS Codes

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

#aaccdf Text Font Color

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

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


#aaccdf Background Color

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

This div background color is #aaccdf


#aaccdf Border Color

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

This div border color is #aaccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaccdf


Comments

No comments written yet.

Please login to write comment.