Color Hex Logo

#aeabc8 Color Hex

#AEABC8
(174,171,200)
0 Favorites   0 Comments

Color spaces of #aeabc8

RGB 174171200
HSL0.680.210.73
HSV246°15°78°
CMYK 0.130.150.00   0.22
XYZ42.443842.294660.5702
Yxy42.29460.29210.2911
Hunter Lab65.03432.6857-9.6962
CIE-Lab71.07366.8577-14.3594

#aeabc8 color RGB value is (174,171,200).

#aeabc8 hex color red value is 174, green value is 171 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #aeabc8 hue: 0.68 , saturation: 0.21 and the lightness value of aeabc8 is 0.73.

The process color (four color CMYK) of #aeabc8 color hex is 0.13, 0.15, 0.00, 0.22. Web safe color of #aeabc8 is #9999cc. Color #aeabc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11001000
Octal 256 253 310
Decimal 174 171 200
Hex AE AB C8

RGB Percentages of Color #aeabc8

%31.93
%31.38
%36.70

CMYK Percentages of Color #aeabc8

%13
%15
%0
%22

Triadic Colors of #aeabc8

#aeabc8 #c8aeab #abc8ae

Analogous Colors of #aeabc8

#aeabc8 #bdabc8 #abb7c8

Monochromatic Colors of #aeabc8

#aeabc8

Complementary Color

#aeabc8 #c5c8ab

#aeabc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabc8 Color CSS Codes

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

#aeabc8 Text Font Color

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

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


#aeabc8 Background Color

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

This div background color is #aeabc8


#aeabc8 Border Color

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

This div border color is #aeabc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabc8


Comments

No comments written yet.

Please login to write comment.