Color Hex Logo

#aac4ff Color Hex

#AAC4FF
(170,196,255)
0 Favorites   0 Comments

Color spaces of #aac4ff

RGB 170196255
HSL0.621.000.83
HSV222°33°100°
CMYK 0.330.230.00   0.00
XYZ54.367555.2459102.4058
Yxy55.24590.25640.2606
Hunter Lab74.32760.4920-29.6583
CIE-Lab79.18274.7828-31.8447

#aac4ff color RGB value is (170,196,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 11111111
Octal 252 304 377
Decimal 170 196 255
Hex AA C4 FF

RGB Percentages of Color #aac4ff

%27.38
%31.56
%41.06

CMYK Percentages of Color #aac4ff

%33
%23
%0
%0

Triadic Colors of #aac4ff

#aac4ff #ffaac4 #c4ffaa

Analogous Colors of #aac4ff

#aac4ff #bbaaff #aaefff

Monochromatic Colors of #aac4ff

#aac4ff

Complementary Color

#aac4ff #ffe5aa

#aac4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac4ff Color CSS Codes

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

#aac4ff Text Font Color

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

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


#aac4ff Background Color

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

This div background color is #aac4ff


#aac4ff Border Color

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

This div border color is #aac4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.