Color Hex Logo

#aaaecf Color Hex

#AAAECF
(170,174,207)
0 Favorites   0 Comments

Color spaces of #aaaecf

RGB 170174207
HSL0.650.280.74
HSV234°18°81°
CMYK 0.180.160.00   0.19
XYZ42.976143.323165.1286
Yxy43.32310.28380.2861
Hunter Lab65.82031.3627-12.5927
CIE-Lab71.77375.4307-17.1792

#aaaecf color RGB value is (170,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11001111
Octal 252 256 317
Decimal 170 174 207
Hex AA AE CF

RGB Percentages of Color #aaaecf

%30.85
%31.58
%37.57

CMYK Percentages of Color #aaaecf

%18
%16
%0
%19

Triadic Colors of #aaaecf

#aaaecf #cfaaae #aecfaa

Analogous Colors of #aaaecf

#aaaecf #b9aacf #aac1cf

Monochromatic Colors of #aaaecf

#aaaecf

Complementary Color

#aaaecf #cfcbaa

#aaaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaecf Color CSS Codes

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

#aaaecf Text Font Color

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

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


#aaaecf Background Color

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

This div background color is #aaaecf


#aaaecf Border Color

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

This div border color is #aaaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaecf


Comments

No comments written yet.

Please login to write comment.