Color Hex Logo

#aeb6ae Color Hex

#AEB6AE
(174,182,174)
0 Favorites   0 Comments

Color spaces of #aeb6ae

RGB 174182174
HSL0.330.050.70
HSV120°71°
CMYK 0.040.000.04   0.29
XYZ41.823545.510646.6245
Yxy45.51060.31220.3397
Hunter Lab67.4615-7.39476.2462
CIE-Lab73.2268-4.29473.0926

#aeb6ae color RGB value is (174,182,174).

#aeb6ae hex color red value is 174, green value is 182 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aeb6ae hue: 0.33 , saturation: 0.05 and the lightness value of aeb6ae is 0.70.

The process color (four color CMYK) of #aeb6ae color hex is 0.04, 0.00, 0.04, 0.29. Web safe color of #aeb6ae is #99cc99. Color #aeb6ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 10101110
Octal 256 266 256
Decimal 174 182 174
Hex AE B6 AE

RGB Percentages of Color #aeb6ae

%32.83
%34.34
%32.83

CMYK Percentages of Color #aeb6ae

%4
%0
%4
%29

Triadic Colors of #aeb6ae

#aeb6ae #aeaeb6 #b6aeae

Analogous Colors of #aeb6ae

#aeb6ae #aeb6b2 #b2b6ae

Monochromatic Colors of #aeb6ae

#aeb6ae

Complementary Color

#aeb6ae #b6aeb6

#aeb6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb6ae Color CSS Codes

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

#aeb6ae Text Font Color

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

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


#aeb6ae Background Color

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

This div background color is #aeb6ae


#aeb6ae Border Color

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

This div border color is #aeb6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb6ae


Comments

No comments written yet.

Please login to write comment.