Color Hex Logo

#aeacf8 Color Hex

#AEACF8
(174,172,248)
0 Favorites   0 Comments

Color spaces of #aeacf8

RGB 174172248
HSL0.670.840.82
HSV242°31°97°
CMYK 0.300.310.00   0.03
XYZ49.151445.281094.9565
Yxy45.28100.25950.2391
Hunter Lab67.291212.6220-36.5620
CIE-Lab73.076517.3802-37.5011

#aeacf8 color RGB value is (174,172,248).

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

The process color (four color CMYK) of #aeacf8 color hex is 0.30, 0.31, 0.00, 0.03. Web safe color of #aeacf8 is #9999ff. Color #aeacf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 11111000
Octal 256 254 370
Decimal 174 172 248
Hex AE AC F8

RGB Percentages of Color #aeacf8

%29.29
%28.96
%41.75

CMYK Percentages of Color #aeacf8

%30
%31
%0
%3

Triadic Colors of #aeacf8

#aeacf8 #f8aeac #acf8ae

Analogous Colors of #aeacf8

#aeacf8 #d4acf8 #acd0f8

Monochromatic Colors of #aeacf8

#aeacf8

Complementary Color

#aeacf8 #f6f8ac

#aeacf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeacf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeacf8 Color CSS Codes

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

#aeacf8 Text Font Color

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

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


#aeacf8 Background Color

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

This div background color is #aeacf8


#aeacf8 Border Color

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

This div border color is #aeacf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeacf8


Comments

No comments written yet.

Please login to write comment.