Color Hex Logo

#aeabb6 Color Hex

#AEABB6
(174,171,182)
0 Favorites   0 Comments

Color spaces of #aeabb6

RGB 174171182
HSL0.710.070.69
HSV256°71°
CMYK 0.040.060.00   0.29
XYZ40.462041.501950.1341
Yxy41.50190.30630.3142
Hunter Lab64.4220-0.6266-1.0450
CIE-Lab70.52613.1740-5.2551

#aeabb6 color RGB value is (174,171,182).

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

The process color (four color CMYK) of #aeabb6 color hex is 0.04, 0.06, 0.00, 0.29. Web safe color of #aeabb6 is #9999cc. Color #aeabb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10110110
Octal 256 253 266
Decimal 174 171 182
Hex AE AB B6

RGB Percentages of Color #aeabb6

%33.02
%32.45
%34.54

CMYK Percentages of Color #aeabb6

%4
%6
%0
%29

Triadic Colors of #aeabb6

#aeabb6 #b6aeab #abb6ae

Analogous Colors of #aeabb6

#aeabb6 #b4abb6 #abaeb6

Monochromatic Colors of #aeabb6

#aeabb6

Complementary Color

#aeabb6 #b3b6ab

#aeabb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabb6 Color CSS Codes

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

#aeabb6 Text Font Color

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

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


#aeabb6 Background Color

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

This div background color is #aeabb6


#aeabb6 Border Color

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

This div border color is #aeabb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabb6


Comments

No comments written yet.

Please login to write comment.