Color Hex Logo

#aaccf5 Color Hex

#AACCF5
(170,204,245)
0 Favorites   0 Comments

Color spaces of #aaccf5

RGB 170204245
HSL0.590.790.81
HSV213°31°96°
CMYK 0.310.170.00   0.04
XYZ54.651958.324494.7635
Yxy58.32440.26310.2808
Hunter Lab76.3704-5.9107-20.1101
CIE-Lab80.9188-1.9779-23.8504

#aaccf5 color RGB value is (170,204,245).

#aaccf5 hex color red value is 170, green value is 204 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #aaccf5 hue: 0.59 , saturation: 0.79 and the lightness value of aaccf5 is 0.81.

The process color (four color CMYK) of #aaccf5 color hex is 0.31, 0.17, 0.00, 0.04. Web safe color of #aaccf5 is #99ccff. Color #aaccf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 11110101
Octal 252 314 365
Decimal 170 204 245
Hex AA CC F5

RGB Percentages of Color #aaccf5

%27.46
%32.96
%39.58

CMYK Percentages of Color #aaccf5

%31
%17
%0
%4

Triadic Colors of #aaccf5

#aaccf5 #f5aacc #ccf5aa

Analogous Colors of #aaccf5

#aaccf5 #aeaaf5 #aaf2f5

Monochromatic Colors of #aaccf5

#aaccf5

Complementary Color

#aaccf5 #f5d3aa

#aaccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaccf5 Color CSS Codes

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

#aaccf5 Text Font Color

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

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


#aaccf5 Background Color

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

This div background color is #aaccf5


#aaccf5 Border Color

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

This div border color is #aaccf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaccf5

Related Colors


Comments

No comments written yet.

Please login to write comment.