Color Hex Logo

#aeabbd Color Hex

#AEABBD
(174,171,189)
0 Favorites   0 Comments

Color spaces of #aeabbd

RGB 174171189
HSL0.690.120.71
HSV250°10°74°
CMYK 0.080.100.00   0.26
XYZ41.203841.798654.0404
Yxy41.79860.30070.3050
Hunter Lab64.65180.6206-4.3023
CIE-Lab70.73184.5720-8.8116

#aeabbd color RGB value is (174,171,189).

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

The process color (four color CMYK) of #aeabbd color hex is 0.08, 0.10, 0.00, 0.26. Web safe color of #aeabbd is #9999cc. Color #aeabbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10111101
Octal 256 253 275
Decimal 174 171 189
Hex AE AB BD

RGB Percentages of Color #aeabbd

%32.58
%32.02
%35.39

CMYK Percentages of Color #aeabbd

%8
%10
%0
%26

Triadic Colors of #aeabbd

#aeabbd #bdaeab #abbdae

Analogous Colors of #aeabbd

#aeabbd #b7abbd #abb1bd

Monochromatic Colors of #aeabbd

#aeabbd

Complementary Color

#aeabbd #babdab

#aeabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabbd Color CSS Codes

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

#aeabbd Text Font Color

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

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


#aeabbd Background Color

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

This div background color is #aeabbd


#aeabbd Border Color

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

This div border color is #aeabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabbd


Comments

No comments written yet.

Please login to write comment.