Color Hex Logo

#aaccff Color Hex

#AACCFF
(170,204,255)
3 Favorites   0 Comments

Color spaces of #aaccff

RGB 170204255
HSL0.601.000.83
HSV216°33°100°
CMYK 0.330.200.00   0.00
XYZ56.220458.9518103.0234
Yxy58.95180.25770.2702
Hunter Lab76.7801-3.6627-25.8092
CIE-Lab81.26510.4696-28.6475

#aaccff color RGB value is (170,204,255).

#aaccff hex color red value is 170, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aaccff hue: 0.60 , saturation: 1.00 and the lightness value of aaccff is 0.83.

The process color (four color CMYK) of #aaccff color hex is 0.33, 0.20, 0.00, 0.00. Web safe color of #aaccff is #99ccff. Color #aaccff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 11111111
Octal 252 314 377
Decimal 170 204 255
Hex AA CC FF

RGB Percentages of Color #aaccff

%27.03
%32.43
%40.54

CMYK Percentages of Color #aaccff

%33
%20
%0
%0

Triadic Colors of #aaccff

#aaccff #ffaacc #ccffaa

Analogous Colors of #aaccff

#aaccff #b3aaff #aaf7ff

Monochromatic Colors of #aaccff

#aaccff

Complementary Color

#aaccff #ffddaa

#aaccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaccff Color CSS Codes

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

#aaccff Text Font Color

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

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


#aaccff Background Color

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

This div background color is #aaccff


#aaccff Border Color

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

This div border color is #aaccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaccff

Related Colors


Comments

No comments written yet.

Please login to write comment.