Color Hex Logo

#aeabc0 Color Hex

#AEABC0
(174,171,192)
0 Favorites   0 Comments

Color spaces of #aeabc0

RGB 174171192
HSL0.690.140.71
HSV249°11°75°
CMYK 0.090.110.00   0.25
XYZ41.532941.930355.7735
Yxy41.93030.29830.3011
Hunter Lab64.75361.1709-5.7401
CIE-Lab70.82285.1846-10.3298

#aeabc0 color RGB value is (174,171,192).

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

The process color (four color CMYK) of #aeabc0 color hex is 0.09, 0.11, 0.00, 0.25. Web safe color of #aeabc0 is #9999cc. Color #aeabc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11000000
Octal 256 253 300
Decimal 174 171 192
Hex AE AB C0

RGB Percentages of Color #aeabc0

%32.40
%31.84
%35.75

CMYK Percentages of Color #aeabc0

%9
%11
%0
%25

Triadic Colors of #aeabc0

#aeabc0 #c0aeab #abc0ae

Analogous Colors of #aeabc0

#aeabc0 #b9abc0 #abb3c0

Monochromatic Colors of #aeabc0

#aeabc0

Complementary Color

#aeabc0 #bdc0ab

#aeabc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabc0 Color CSS Codes

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

#aeabc0 Text Font Color

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

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


#aeabc0 Background Color

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

This div background color is #aeabc0


#aeabc0 Border Color

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

This div border color is #aeabc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabc0


Comments

No comments written yet.

Please login to write comment.