Color Hex Logo

#aeace0 Color Hex

#AEACE0
(174,172,224)
0 Favorites   0 Comments

Color spaces of #aeace0

RGB 174172224
HSL0.670.460.78
HSV242°23°88°
CMYK 0.220.230.00   0.12
XYZ45.662643.885576.5851
Yxy43.88550.27490.2642
Hunter Lab66.24617.1070-22.1710
CIE-Lab72.151911.6362-25.8793

#aeace0 color RGB value is (174,172,224).

#aeace0 hex color red value is 174, green value is 172 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #aeace0 hue: 0.67 , saturation: 0.46 and the lightness value of aeace0 is 0.78.

The process color (four color CMYK) of #aeace0 color hex is 0.22, 0.23, 0.00, 0.12. Web safe color of #aeace0 is #9999cc. Color #aeace0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 11100000
Octal 256 254 340
Decimal 174 172 224
Hex AE AC E0

RGB Percentages of Color #aeace0

%30.53
%30.18
%39.30

CMYK Percentages of Color #aeace0

%22
%23
%0
%12

Triadic Colors of #aeace0

#aeace0 #e0aeac #ace0ae

Analogous Colors of #aeace0

#aeace0 #c8ace0 #acc4e0

Monochromatic Colors of #aeace0

#aeace0

Complementary Color

#aeace0 #dee0ac

#aeace0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeace0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeace0 Color CSS Codes

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

#aeace0 Text Font Color

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

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


#aeace0 Background Color

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

This div background color is #aeace0


#aeace0 Border Color

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

This div border color is #aeace0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeace0


Comments

No comments written yet.

Please login to write comment.