Color Hex Logo

#aeba12 Color Hex

#AEBA12
(174,186,18)
0 Favorites   0 Comments

Color spaces of #aeba12

RGB 17418618
HSL0.180.820.40
HSV64°90°73°
CMYK 0.060.000.90   0.27
XYZ35.123644.16027.2448
Yxy44.16020.40590.5104
Hunter Lab66.4531-21.947440.0533
CIE-Lab72.3354-21.952671.2589

#aeba12 color RGB value is (174,186,18).

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

The process color (four color CMYK) of #aeba12 color hex is 0.06, 0.00, 0.90, 0.27. Web safe color of #aeba12 is #99cc00. Color #aeba12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 00010010
Octal 256 272 22
Decimal 174 186 18
Hex AE BA 12

RGB Percentages of Color #aeba12

%46.03
%49.21
%4.76

CMYK Percentages of Color #aeba12

%6
%0
%90
%27

Triadic Colors of #aeba12

#aeba12 #12aeba #ba12ae

Analogous Colors of #aeba12

#aeba12 #5aba12 #ba7212

Monochromatic Colors of #aeba12

#aeba12

Complementary Color

#aeba12 #1e12ba

#aeba12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba12 Color CSS Codes

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

#aeba12 Text Font Color

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

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


#aeba12 Background Color

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

This div background color is #aeba12


#aeba12 Border Color

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

This div border color is #aeba12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba12


Comments

No comments written yet.

Please login to write comment.