Color Hex Logo

#aaaccf Color Hex

#AAACCF
(170,172,207)
0 Favorites   0 Comments

Color spaces of #aaaccf

RGB 170172207
HSL0.660.280.74
HSV237°18°81°
CMYK 0.180.170.00   0.19
XYZ42.592642.556165.0008
Yxy42.55610.28370.2834
Hunter Lab65.23502.3831-13.4126
CIE-Lab71.25266.5318-17.9673

#aaaccf color RGB value is (170,172,207).

#aaaccf hex color red value is 170, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aaaccf hue: 0.66 , saturation: 0.28 and the lightness value of aaaccf is 0.74.

The process color (four color CMYK) of #aaaccf color hex is 0.18, 0.17, 0.00, 0.19. Web safe color of #aaaccf is #9999cc. Color #aaaccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 11001111
Octal 252 254 317
Decimal 170 172 207
Hex AA AC CF

RGB Percentages of Color #aaaccf

%30.97
%31.33
%37.70

CMYK Percentages of Color #aaaccf

%18
%17
%0
%19

Triadic Colors of #aaaccf

#aaaccf #cfaaac #accfaa

Analogous Colors of #aaaccf

#aaaccf #bbaacf #aabfcf

Monochromatic Colors of #aaaccf

#aaaccf

Complementary Color

#aaaccf #cfcdaa

#aaaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaccf Color CSS Codes

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

#aaaccf Text Font Color

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

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


#aaaccf Background Color

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

This div background color is #aaaccf


#aaaccf Border Color

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

This div border color is #aaaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaccf


Comments

No comments written yet.

Please login to write comment.