Color Hex Logo

#aeaebf Color Hex

#AEAEBF
(174,174,191)
0 Favorites   0 Comments

Color spaces of #aeaebf

RGB 174174191
HSL0.670.120.72
HSV240°75°
CMYK 0.090.090.00   0.25
XYZ41.995643.032455.3829
Yxy43.03240.29910.3065
Hunter Lab65.5991-0.5252-4.1370
CIE-Lab71.57703.3378-8.6551

#aeaebf color RGB value is (174,174,191).

#aeaebf hex color red value is 174, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aeaebf hue: 0.67 , saturation: 0.12 and the lightness value of aeaebf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 10111111
Octal 256 256 277
Decimal 174 174 191
Hex AE AE BF

RGB Percentages of Color #aeaebf

%32.28
%32.28
%35.44

CMYK Percentages of Color #aeaebf

%9
%9
%0
%25

Triadic Colors of #aeaebf

#aeaebf #bfaeae #aebfae

Analogous Colors of #aeaebf

#aeaebf #b7aebf #aeb7bf

Monochromatic Colors of #aeaebf

#aeaebf

Complementary Color

#aeaebf #bfbfae

#aeaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaebf Color CSS Codes

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

#aeaebf Text Font Color

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

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


#aeaebf Background Color

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

This div background color is #aeaebf


#aeaebf Border Color

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

This div border color is #aeaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaebf

#aeaebf Color Palettes


Comments

No comments written yet.

Please login to write comment.