Color Hex Logo

#aeaebb Color Hex

#AEAEBB
(174,174,187)
0 Favorites   0 Comments

Color spaces of #aeaebb

RGB 174174187
HSL0.670.090.71
HSV240°73°
CMYK 0.070.070.00   0.27
XYZ41.561342.858653.0957
Yxy42.85860.30220.3117
Hunter Lab65.4665-1.2459-2.2598
CIE-Lab71.45892.5294-6.6300

#aeaebb color RGB value is (174,174,187).

#aeaebb hex color red value is 174, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aeaebb hue: 0.67 , saturation: 0.09 and the lightness value of aeaebb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 10111011
Octal 256 256 273
Decimal 174 174 187
Hex AE AE BB

RGB Percentages of Color #aeaebb

%32.52
%32.52
%34.95

CMYK Percentages of Color #aeaebb

%7
%7
%0
%27

Triadic Colors of #aeaebb

#aeaebb #bbaeae #aebbae

Analogous Colors of #aeaebb

#aeaebb #b5aebb #aeb5bb

Monochromatic Colors of #aeaebb

#aeaebb

Complementary Color

#aeaebb #bbbbae

#aeaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaebb Color CSS Codes

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

#aeaebb Text Font Color

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

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


#aeaebb Background Color

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

This div background color is #aeaebb


#aeaebb Border Color

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

This div border color is #aeaebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,174,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 #aeaebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaebb


Comments

No comments written yet.

Please login to write comment.