Color Hex Logo

#aeb012 Color Hex

#AEB012
(174,176,18)
0 Favorites   0 Comments

Color spaces of #aeb012

RGB 17417618
HSL0.170.810.38
HSV61°90°69°
CMYK 0.010.000.90   0.31
XYZ33.090140.09306.5670
Yxy40.09300.41490.5027
Hunter Lab63.3190-17.525438.1742
CIE-Lab69.5357-16.947369.0423

#aeb012 color RGB value is (174,176,18).

#aeb012 hex color red value is 174, green value is 176 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #aeb012 hue: 0.17 , saturation: 0.81 and the lightness value of aeb012 is 0.38.

The process color (four color CMYK) of #aeb012 color hex is 0.01, 0.00, 0.90, 0.31. Web safe color of #aeb012 is #999900. Color #aeb012 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 00010010
Octal 256 260 22
Decimal 174 176 18
Hex AE B0 12

RGB Percentages of Color #aeb012

%47.28
%47.83
%4.89

CMYK Percentages of Color #aeb012

%1
%0
%90
%31

Triadic Colors of #aeb012

#aeb012 #12aeb0 #b012ae

Analogous Colors of #aeb012

#aeb012 #5fb012 #b06312

Monochromatic Colors of #aeb012

#aeb012

Complementary Color

#aeb012 #1412b0

#aeb012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb012 Color CSS Codes

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

#aeb012 Text Font Color

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

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


#aeb012 Background Color

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

This div background color is #aeb012


#aeb012 Border Color

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

This div border color is #aeb012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb012


Comments

No comments written yet.

Please login to write comment.