Color Hex Logo

#aeacbd Color Hex

#AEACBD
(174,172,189)
0 Favorites   0 Comments

Color spaces of #aeacbd

RGB 174172189
HSL0.690.110.71
HSV247°74°
CMYK 0.080.090.00   0.26
XYZ41.393442.177854.1036
Yxy42.17780.30070.3064
Hunter Lab64.94440.1171-3.9319
CIE-Lab70.99334.0244-8.4225

#aeacbd color RGB value is (174,172,189).

#aeacbd hex color red value is 174, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aeacbd hue: 0.69 , saturation: 0.11 and the lightness value of aeacbd is 0.71.

The process color (four color CMYK) of #aeacbd color hex is 0.08, 0.09, 0.00, 0.26. Web safe color of #aeacbd is #9999cc. Color #aeacbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 10111101
Octal 256 254 275
Decimal 174 172 189
Hex AE AC BD

RGB Percentages of Color #aeacbd

%32.52
%32.15
%35.33

CMYK Percentages of Color #aeacbd

%8
%9
%0
%26

Triadic Colors of #aeacbd

#aeacbd #bdaeac #acbdae

Analogous Colors of #aeacbd

#aeacbd #b7acbd #acb3bd

Monochromatic Colors of #aeacbd

#aeacbd

Complementary Color

#aeacbd #bbbdac

#aeacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeacbd Color CSS Codes

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

#aeacbd Text Font Color

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

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


#aeacbd Background Color

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

This div background color is #aeacbd


#aeacbd Border Color

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

This div border color is #aeacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeacbd

#aeacbd Color Palettes


Comments

No comments written yet.

Please login to write comment.