Color Hex Logo

#aeb180 Color Hex

#AEB180
(174,177,128)
0 Favorites   0 Comments

Color spaces of #aeb180

RGB 174177128
HSL0.180.240.60
HSV64°28°69°
CMYK 0.020.000.28   0.31
XYZ37.074042.001526.5752
Yxy42.00150.35090.3976
Hunter Lab64.8086-11.303321.0537
CIE-Lab70.8720-9.122324.7911

#aeb180 color RGB value is (174,177,128).

#aeb180 hex color red value is 174, green value is 177 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aeb180 hue: 0.18 , saturation: 0.24 and the lightness value of aeb180 is 0.60.

The process color (four color CMYK) of #aeb180 color hex is 0.02, 0.00, 0.28, 0.31. Web safe color of #aeb180 is #999999. Color #aeb180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 10000000
Octal 256 261 200
Decimal 174 177 128
Hex AE B1 80

RGB Percentages of Color #aeb180

%36.33
%36.95
%26.72

CMYK Percentages of Color #aeb180

%2
%0
%28
%31

Triadic Colors of #aeb180

#aeb180 #80aeb1 #b180ae

Analogous Colors of #aeb180

#aeb180 #96b180 #b19c80

Monochromatic Colors of #aeb180

#aeb180

Complementary Color

#aeb180 #8380b1

#aeb180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb180 Color CSS Codes

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

#aeb180 Text Font Color

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

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


#aeb180 Background Color

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

This div background color is #aeb180


#aeb180 Border Color

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

This div border color is #aeb180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb180


Comments

No comments written yet.

Please login to write comment.