Color Hex Logo

#aeacec Color Hex

#AEACEC
(174,172,236)
0 Favorites   0 Comments

Color spaces of #aeacec

RGB 174172236
HSL0.670.630.80
HSV242°27°93°
CMYK 0.260.270.00   0.07
XYZ47.348444.559885.4623
Yxy44.55980.26690.2512
Hunter Lab66.75319.7932-29.1803
CIE-Lab72.601114.4610-31.7275

#aeacec color RGB value is (174,172,236).

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

The process color (four color CMYK) of #aeacec color hex is 0.26, 0.27, 0.00, 0.07. Web safe color of #aeacec is #9999ff. Color #aeacec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 11101100
Octal 256 254 354
Decimal 174 172 236
Hex AE AC EC

RGB Percentages of Color #aeacec

%29.90
%29.55
%40.55

CMYK Percentages of Color #aeacec

%26
%27
%0
%7

Triadic Colors of #aeacec

#aeacec #ecaeac #acecae

Analogous Colors of #aeacec

#aeacec #ceacec #accaec

Monochromatic Colors of #aeacec

#aeacec

Complementary Color

#aeacec #eaecac

#aeacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeacec Color CSS Codes

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

#aeacec Text Font Color

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

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


#aeacec Background Color

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

This div background color is #aeacec


#aeacec Border Color

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

This div border color is #aeacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeacec

#aeacec Color Palettes


Comments

No comments written yet.

Please login to write comment.