Color Hex Logo

#aeb45b Color Hex

#AEB45B
(174,180,91)
0 Favorites   0 Comments

Color spaces of #aeb45b

RGB 17418091
HSL0.180.370.53
HSV64°49°71°
CMYK 0.030.000.49   0.29
XYZ35.665142.396516.2011
Yxy42.39650.37840.4498
Hunter Lab65.1126-16.174630.8265
CIE-Lab71.1434-14.980144.2671

#aeb45b color RGB value is (174,180,91).

#aeb45b hex color red value is 174, green value is 180 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aeb45b hue: 0.18 , saturation: 0.37 and the lightness value of aeb45b is 0.53.

The process color (four color CMYK) of #aeb45b color hex is 0.03, 0.00, 0.49, 0.29. Web safe color of #aeb45b is #99cc66. Color #aeb45b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 01011011
Octal 256 264 133
Decimal 174 180 91
Hex AE B4 5B

RGB Percentages of Color #aeb45b

%39.10
%40.45
%20.45

CMYK Percentages of Color #aeb45b

%3
%0
%49
%29

Triadic Colors of #aeb45b

#aeb45b #5baeb4 #b45bae

Analogous Colors of #aeb45b

#aeb45b #82b45b #b48e5b

Monochromatic Colors of #aeb45b

#aeb45b

Complementary Color

#aeb45b #615bb4

#aeb45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb45b Color CSS Codes

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

#aeb45b Text Font Color

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

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


#aeb45b Background Color

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

This div background color is #aeb45b


#aeb45b Border Color

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

This div border color is #aeb45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb45b


Comments

No comments written yet.

Please login to write comment.