Color Hex Logo

#aeacd7 Color Hex

#AEACD7
(174,172,215)
0 Favorites   0 Comments

Color spaces of #aeacd7

RGB 174172215
HSL0.670.350.76
HSV243°20°84°
CMYK 0.190.200.00   0.16
XYZ44.473843.410070.3249
Yxy43.41000.28110.2744
Hunter Lab65.88635.1881-17.1639
CIE-Lab71.83249.5852-21.4455

#aeacd7 color RGB value is (174,172,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 11010111
Octal 256 254 327
Decimal 174 172 215
Hex AE AC D7

RGB Percentages of Color #aeacd7

%31.02
%30.66
%38.32

CMYK Percentages of Color #aeacd7

%19
%20
%0
%16

Triadic Colors of #aeacd7

#aeacd7 #d7aeac #acd7ae

Analogous Colors of #aeacd7

#aeacd7 #c4acd7 #acc0d7

Monochromatic Colors of #aeacd7

#aeacd7

Complementary Color

#aeacd7 #d5d7ac

#aeacd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeacd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeacd7 Color CSS Codes

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

#aeacd7 Text Font Color

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

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


#aeacd7 Background Color

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

This div background color is #aeacd7


#aeacd7 Border Color

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

This div border color is #aeacd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeacd7


Comments

No comments written yet.

Please login to write comment.