Color Hex Logo

#aeb325 Color Hex

#AEB325
(174,179,37)
0 Favorites   0 Comments

Color spaces of #aeb325

RGB 17417937
HSL0.170.660.42
HSV62°79°70°
CMYK 0.030.000.79   0.30
XYZ33.909641.37247.9487
Yxy41.37240.40740.4971
Hunter Lab64.3214-18.459037.6980
CIE-Lab70.4360-17.947965.4400

#aeb325 color RGB value is (174,179,37).

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

The process color (four color CMYK) of #aeb325 color hex is 0.03, 0.00, 0.79, 0.30. Web safe color of #aeb325 is #99cc33. Color #aeb325 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 00100101
Octal 256 263 45
Decimal 174 179 37
Hex AE B3 25

RGB Percentages of Color #aeb325

%44.62
%45.90
%9.49

CMYK Percentages of Color #aeb325

%3
%0
%79
%30

Triadic Colors of #aeb325

#aeb325 #25aeb3 #b325ae

Analogous Colors of #aeb325

#aeb325 #67b325 #b37125

Monochromatic Colors of #aeb325

#aeb325

Complementary Color

#aeb325 #2a25b3

#aeb325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb325 Color CSS Codes

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

#aeb325 Text Font Color

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

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


#aeb325 Background Color

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

This div background color is #aeb325


#aeb325 Border Color

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

This div border color is #aeb325


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,179,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 #aeb325">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb325


Comments

No comments written yet.

Please login to write comment.