Color Hex Logo

#aeabc2 Color Hex

#AEABC2
(174,171,194)
0 Favorites   0 Comments

Color spaces of #aeabc2

RGB 174171194
HSL0.690.160.72
HSV248°12°76°
CMYK 0.100.120.00   0.24
XYZ41.756142.019556.9487
Yxy42.01950.29670.2986
Hunter Lab64.82241.5435-6.7125
CIE-Lab70.88445.5978-11.3398

#aeabc2 color RGB value is (174,171,194).

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

The process color (four color CMYK) of #aeabc2 color hex is 0.10, 0.12, 0.00, 0.24. Web safe color of #aeabc2 is #9999cc. Color #aeabc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11000010
Octal 256 253 302
Decimal 174 171 194
Hex AE AB C2

RGB Percentages of Color #aeabc2

%32.28
%31.73
%35.99

CMYK Percentages of Color #aeabc2

%10
%12
%0
%24

Triadic Colors of #aeabc2

#aeabc2 #c2aeab #abc2ae

Analogous Colors of #aeabc2

#aeabc2 #baabc2 #abb4c2

Monochromatic Colors of #aeabc2

#aeabc2

Complementary Color

#aeabc2 #bfc2ab

#aeabc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabc2 Color CSS Codes

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

#aeabc2 Text Font Color

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

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


#aeabc2 Background Color

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

This div background color is #aeabc2


#aeabc2 Border Color

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

This div border color is #aeabc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabc2


Comments

No comments written yet.

Please login to write comment.