Color Hex Logo

#aeacf7 Color Hex

#AEACF7
(174,172,247)
0 Favorites   0 Comments

Color spaces of #aeacf7

RGB 174172247
HSL0.670.820.82
HSV242°30°97°
CMYK 0.300.300.00   0.03
XYZ48.996645.219194.1415
Yxy45.21910.26010.2401
Hunter Lab67.245112.3808-35.9329
CIE-Lab73.035917.1335-37.0228

#aeacf7 color RGB value is (174,172,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 11110111
Octal 256 254 367
Decimal 174 172 247
Hex AE AC F7

RGB Percentages of Color #aeacf7

%29.34
%29.01
%41.65

CMYK Percentages of Color #aeacf7

%30
%30
%0
%3

Triadic Colors of #aeacf7

#aeacf7 #f7aeac #acf7ae

Analogous Colors of #aeacf7

#aeacf7 #d4acf7 #acd0f7

Monochromatic Colors of #aeacf7

#aeacf7

Complementary Color

#aeacf7 #f5f7ac

#aeacf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeacf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeacf7 Color CSS Codes

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

#aeacf7 Text Font Color

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

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


#aeacf7 Background Color

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

This div background color is #aeacf7


#aeacf7 Border Color

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

This div border color is #aeacf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeacf7


Comments

No comments written yet.

Please login to write comment.