Color Hex Logo

#aeb484 Color Hex

#AEB484
(174,180,132)
0 Favorites   0 Comments

Color spaces of #aeb484

RGB 174180132
HSL0.190.240.61
HSV68°27°71°
CMYK 0.030.000.27   0.29
XYZ37.941743.307128.1892
Yxy43.30710.34670.3957
Hunter Lab65.8081-12.250020.6686
CIE-Lab71.7629-10.134523.8465

#aeb484 color RGB value is (174,180,132).

#aeb484 hex color red value is 174, green value is 180 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #aeb484 hue: 0.19 , saturation: 0.24 and the lightness value of aeb484 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 10000100
Octal 256 264 204
Decimal 174 180 132
Hex AE B4 84

RGB Percentages of Color #aeb484

%35.80
%37.04
%27.16

CMYK Percentages of Color #aeb484

%3
%0
%27
%29

Triadic Colors of #aeb484

#aeb484 #84aeb4 #b484ae

Analogous Colors of #aeb484

#aeb484 #96b484 #b4a284

Monochromatic Colors of #aeb484

#aeb484

Complementary Color

#aeb484 #8a84b4

#aeb484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb484 Color CSS Codes

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

#aeb484 Text Font Color

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

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


#aeb484 Background Color

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

This div background color is #aeb484


#aeb484 Border Color

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

This div border color is #aeb484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb484


Comments

No comments written yet.

Please login to write comment.