Color Hex Logo

#aeb25e Color Hex

#AEB25E
(174,178,94)
0 Favorites   0 Comments

Color spaces of #aeb25e

RGB 17417894
HSL0.170.350.53
HSV63°47°70°
CMYK 0.020.000.47   0.30
XYZ35.396341.647616.7629
Yxy41.64760.37730.4440
Hunter Lab64.5350-15.032029.7739
CIE-Lab70.6273-13.663642.1660

#aeb25e color RGB value is (174,178,94).

#aeb25e hex color red value is 174, green value is 178 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aeb25e hue: 0.17 , saturation: 0.35 and the lightness value of aeb25e is 0.53.

The process color (four color CMYK) of #aeb25e color hex is 0.02, 0.00, 0.47, 0.30. Web safe color of #aeb25e is #999966. Color #aeb25e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 01011110
Octal 256 262 136
Decimal 174 178 94
Hex AE B2 5E

RGB Percentages of Color #aeb25e

%39.01
%39.91
%21.08

CMYK Percentages of Color #aeb25e

%2
%0
%47
%30

Triadic Colors of #aeb25e

#aeb25e #5eaeb2 #b25eae

Analogous Colors of #aeb25e

#aeb25e #84b25e #b28c5e

Monochromatic Colors of #aeb25e

#aeb25e

Complementary Color

#aeb25e #625eb2

#aeb25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb25e Color CSS Codes

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

#aeb25e Text Font Color

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

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


#aeb25e Background Color

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

This div background color is #aeb25e


#aeb25e Border Color

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

This div border color is #aeb25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb25e


Comments

No comments written yet.

Please login to write comment.