Color Hex Logo

#aeabbb Color Hex

#AEABBB
(174,171,187)
0 Favorites   0 Comments

Color spaces of #aeabbb

RGB 174171187
HSL0.700.110.70
HSV251°73°
CMYK 0.070.090.00   0.27
XYZ40.988141.712352.9047
Yxy41.71230.30230.3076
Hunter Lab64.58510.2589-3.3577
CIE-Lab70.67214.1679-7.7975

#aeabbb color RGB value is (174,171,187).

#aeabbb hex color red value is 174, green value is 171 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aeabbb hue: 0.70 , saturation: 0.11 and the lightness value of aeabbb is 0.70.

The process color (four color CMYK) of #aeabbb color hex is 0.07, 0.09, 0.00, 0.27. Web safe color of #aeabbb is #9999cc. Color #aeabbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 10111011
Octal 256 253 273
Decimal 174 171 187
Hex AE AB BB

RGB Percentages of Color #aeabbb

%32.71
%32.14
%35.15

CMYK Percentages of Color #aeabbb

%7
%9
%0
%27

Triadic Colors of #aeabbb

#aeabbb #bbaeab #abbbae

Analogous Colors of #aeabbb

#aeabbb #b6abbb #abb0bb

Monochromatic Colors of #aeabbb

#aeabbb

Complementary Color

#aeabbb #b8bbab

#aeabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabbb Color CSS Codes

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

#aeabbb Text Font Color

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

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


#aeabbb Background Color

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

This div background color is #aeabbb


#aeabbb Border Color

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

This div border color is #aeabbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabbb


Comments

No comments written yet.

Please login to write comment.