Color Hex Logo

#aeb725 Color Hex

#AEB725
(174,183,37)
0 Favorites   0 Comments

Color spaces of #aeb725

RGB 17418337
HSL0.180.660.43
HSV64°80°72°
CMYK 0.050.000.80   0.28
XYZ34.723042.99928.2198
Yxy42.99920.40400.5003
Hunter Lab65.5738-20.233838.4695
CIE-Lab71.5544-19.955466.4286

#aeb725 color RGB value is (174,183,37).

#aeb725 hex color red value is 174, green value is 183 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #aeb725 hue: 0.18 , saturation: 0.66 and the lightness value of aeb725 is 0.43.

The process color (four color CMYK) of #aeb725 color hex is 0.05, 0.00, 0.80, 0.28. Web safe color of #aeb725 is #99cc33. Color #aeb725 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 00100101
Octal 256 267 45
Decimal 174 183 37
Hex AE B7 25

RGB Percentages of Color #aeb725

%44.16
%46.45
%9.39

CMYK Percentages of Color #aeb725

%5
%0
%80
%28

Triadic Colors of #aeb725

#aeb725 #25aeb7 #b725ae

Analogous Colors of #aeb725

#aeb725 #65b725 #b77725

Monochromatic Colors of #aeb725

#aeb725

Complementary Color

#aeb725 #2e25b7

#aeb725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb725 Color CSS Codes

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

#aeb725 Text Font Color

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

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


#aeb725 Background Color

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

This div background color is #aeb725


#aeb725 Border Color

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

This div border color is #aeb725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb725


Comments

No comments written yet.

Please login to write comment.