Color Hex Logo

#aeacbb Color Hex

#AEACBB
(174,172,187)
0 Favorites   0 Comments

Color spaces of #aeacbb

RGB 174172187
HSL0.690.100.70
HSV248°73°
CMYK 0.070.080.00   0.27
XYZ41.177742.091652.9679
Yxy42.09160.30230.3090
Hunter Lab64.8780-0.2437-2.9911
CIE-Lab70.93403.6206-7.4085

#aeacbb color RGB value is (174,172,187).

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

The process color (four color CMYK) of #aeacbb color hex is 0.07, 0.08, 0.00, 0.27. Web safe color of #aeacbb is #9999cc. Color #aeacbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 10111011
Octal 256 254 273
Decimal 174 172 187
Hex AE AC BB

RGB Percentages of Color #aeacbb

%32.65
%32.27
%35.08

CMYK Percentages of Color #aeacbb

%7
%8
%0
%27

Triadic Colors of #aeacbb

#aeacbb #bbaeac #acbbae

Analogous Colors of #aeacbb

#aeacbb #b6acbb #acb2bb

Monochromatic Colors of #aeacbb

#aeacbb

Complementary Color

#aeacbb #b9bbac

#aeacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeacbb Color CSS Codes

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

#aeacbb Text Font Color

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

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


#aeacbb Background Color

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

This div background color is #aeacbb


#aeacbb Border Color

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

This div border color is #aeacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeacbb


Comments

No comments written yet.

Please login to write comment.