Color Hex Logo

#aeaebe Color Hex

#AEAEBE
(174,174,190)
0 Favorites   0 Comments

Color spaces of #aeaebe

RGB 174174190
HSL0.670.110.71
HSV240°75°
CMYK 0.080.080.00   0.25
XYZ41.885942.988554.8052
Yxy42.98850.29990.3078
Hunter Lab65.5656-0.7070-3.6636
CIE-Lab71.54723.1344-8.1494

#aeaebe color RGB value is (174,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 10111110
Octal 256 256 276
Decimal 174 174 190
Hex AE AE BE

RGB Percentages of Color #aeaebe

%32.34
%32.34
%35.32

CMYK Percentages of Color #aeaebe

%8
%8
%0
%25

Triadic Colors of #aeaebe

#aeaebe #beaeae #aebeae

Analogous Colors of #aeaebe

#aeaebe #b6aebe #aeb6be

Monochromatic Colors of #aeaebe

#aeaebe

Complementary Color

#aeaebe #bebeae

#aeaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaebe Color CSS Codes

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

#aeaebe Text Font Color

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

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


#aeaebe Background Color

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

This div background color is #aeaebe


#aeaebe Border Color

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

This div border color is #aeaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaebe


Comments

No comments written yet.

Please login to write comment.