Color Hex Logo

#aeacf5 Color Hex

#AEACF5
(174,172,245)
0 Favorites   0 Comments

Color spaces of #aeacf5

RGB 174172245
HSL0.670.780.82
HSV242°30°96°
CMYK 0.290.300.00   0.04
XYZ48.689545.096392.5244
Yxy45.09630.26130.2420
Hunter Lab67.153811.9014-34.6820
CIE-Lab72.955316.6418-36.0647

#aeacf5 color RGB value is (174,172,245).

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

The process color (four color CMYK) of #aeacf5 color hex is 0.29, 0.30, 0.00, 0.04. Web safe color of #aeacf5 is #9999ff. Color #aeacf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 11110101
Octal 256 254 365
Decimal 174 172 245
Hex AE AC F5

RGB Percentages of Color #aeacf5

%29.44
%29.10
%41.46

CMYK Percentages of Color #aeacf5

%29
%30
%0
%4

Triadic Colors of #aeacf5

#aeacf5 #f5aeac #acf5ae

Analogous Colors of #aeacf5

#aeacf5 #d3acf5 #accff5

Monochromatic Colors of #aeacf5

#aeacf5

Complementary Color

#aeacf5 #f3f5ac

#aeacf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeacf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeacf5 Color CSS Codes

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

#aeacf5 Text Font Color

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

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


#aeacf5 Background Color

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

This div background color is #aeacf5


#aeacf5 Border Color

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

This div border color is #aeacf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeacf5


Comments

No comments written yet.

Please login to write comment.