Color Hex Logo

#aeba45 Color Hex

#AEBA45
(174,186,69)
0 Favorites   0 Comments

Color spaces of #aeba45

RGB 17418669
HSL0.180.460.50
HSV66°63°73°
CMYK 0.060.000.63   0.27
XYZ36.088644.546212.3264
Yxy44.54620.38820.4792
Hunter Lab66.7429-20.283335.7701
CIE-Lab72.5921-19.802455.9940

#aeba45 color RGB value is (174,186,69).

#aeba45 hex color red value is 174, green value is 186 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #aeba45 hue: 0.18 , saturation: 0.46 and the lightness value of aeba45 is 0.50.

The process color (four color CMYK) of #aeba45 color hex is 0.06, 0.00, 0.63, 0.27. Web safe color of #aeba45 is #99cc33. Color #aeba45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 01000101
Octal 256 272 105
Decimal 174 186 69
Hex AE BA 45

RGB Percentages of Color #aeba45

%40.56
%43.36
%16.08

CMYK Percentages of Color #aeba45

%6
%0
%63
%27

Triadic Colors of #aeba45

#aeba45 #45aeba #ba45ae

Analogous Colors of #aeba45

#aeba45 #74ba45 #ba8c45

Monochromatic Colors of #aeba45

#aeba45

Complementary Color

#aeba45 #5145ba

#aeba45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba45 Color CSS Codes

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

#aeba45 Text Font Color

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

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


#aeba45 Background Color

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

This div background color is #aeba45


#aeba45 Border Color

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

This div border color is #aeba45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba45


Comments

No comments written yet.

Please login to write comment.