Color Hex Logo

#aeaecf Color Hex

#AEAECF
(174,174,207)
0 Favorites   0 Comments

Color spaces of #aeaecf

RGB 174174207
HSL0.670.260.75
HSV240°16°81°
CMYK 0.160.160.00   0.19
XYZ43.854143.775865.1697
Yxy43.77580.28700.2865
Hunter Lab66.16332.5270-12.0853
CIE-Lab72.07846.7134-16.6893

#aeaecf color RGB value is (174,174,207).

#aeaecf hex color red value is 174, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aeaecf hue: 0.67 , saturation: 0.26 and the lightness value of aeaecf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11001111
Octal 256 256 317
Decimal 174 174 207
Hex AE AE CF

RGB Percentages of Color #aeaecf

%31.35
%31.35
%37.30

CMYK Percentages of Color #aeaecf

%16
%16
%0
%19

Triadic Colors of #aeaecf

#aeaecf #cfaeae #aecfae

Analogous Colors of #aeaecf

#aeaecf #bfaecf #aebfcf

Monochromatic Colors of #aeaecf

#aeaecf

Complementary Color

#aeaecf #cfcfae

#aeaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaecf Color CSS Codes

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

#aeaecf Text Font Color

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

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


#aeaecf Background Color

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

This div background color is #aeaecf


#aeaecf Border Color

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

This div border color is #aeaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaecf


Comments

No comments written yet.

Please login to write comment.