Color Hex Logo

#aeba30 Color Hex

#AEBA30
(174,186,48)
0 Favorites   0 Comments

Color spaces of #aeba30

RGB 17418648
HSL0.180.590.46
HSV65°74°73°
CMYK 0.060.000.74   0.27
XYZ35.548044.32999.4793
Yxy44.32990.39780.4961
Hunter Lab66.5807-21.213638.1652
CIE-Lab72.4485-21.000363.8562

#aeba30 color RGB value is (174,186,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 00110000
Octal 256 272 60
Decimal 174 186 48
Hex AE BA 30

RGB Percentages of Color #aeba30

%42.65
%45.59
%11.76

CMYK Percentages of Color #aeba30

%6
%0
%74
%27

Triadic Colors of #aeba30

#aeba30 #30aeba #ba30ae

Analogous Colors of #aeba30

#aeba30 #69ba30 #ba8130

Monochromatic Colors of #aeba30

#aeba30

Complementary Color

#aeba30 #3c30ba

#aeba30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba30 Color CSS Codes

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

#aeba30 Text Font Color

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

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


#aeba30 Background Color

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

This div background color is #aeba30


#aeba30 Border Color

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

This div border color is #aeba30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba30


Comments

No comments written yet.

Please login to write comment.