Color Hex Logo

#aeacda Color Hex

#AEACDA
(174,172,218)
0 Favorites   0 Comments

Color spaces of #aeacda

RGB 174172218
HSL0.670.380.76
HSV243°21°85°
CMYK 0.200.210.00   0.15
XYZ44.863043.565772.3741
Yxy43.56570.27900.2709
Hunter Lab66.00435.8185-18.8088
CIE-Lab71.937310.2621-22.9278

#aeacda color RGB value is (174,172,218).

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

The process color (four color CMYK) of #aeacda color hex is 0.20, 0.21, 0.00, 0.15. Web safe color of #aeacda is #9999cc. Color #aeacda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 11011010
Octal 256 254 332
Decimal 174 172 218
Hex AE AC DA

RGB Percentages of Color #aeacda

%30.85
%30.50
%38.65

CMYK Percentages of Color #aeacda

%20
%21
%0
%15

Triadic Colors of #aeacda

#aeacda #daaeac #acdaae

Analogous Colors of #aeacda

#aeacda #c5acda #acc1da

Monochromatic Colors of #aeacda

#aeacda

Complementary Color

#aeacda #d8daac

#aeacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeacda Color CSS Codes

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

#aeacda Text Font Color

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

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


#aeacda Background Color

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

This div background color is #aeacda


#aeacda Border Color

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

This div border color is #aeacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeacda


Comments

No comments written yet.

Please login to write comment.