Color Hex Logo

#aeb01c Color Hex

#AEB01C
(174,176,28)
0 Favorites   0 Comments

Color spaces of #aeb01c

RGB 17417628
HSL0.170.730.40
HSV61°84°69°
CMYK 0.010.000.84   0.31
XYZ33.190540.13327.0958
Yxy40.13320.41270.4990
Hunter Lab63.3508-17.344837.7046
CIE-Lab69.5643-16.715167.0405

#aeb01c color RGB value is (174,176,28).

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

The process color (four color CMYK) of #aeb01c color hex is 0.01, 0.00, 0.84, 0.31. Web safe color of #aeb01c is #999933. Color #aeb01c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 00011100
Octal 256 260 34
Decimal 174 176 28
Hex AE B0 1C

RGB Percentages of Color #aeb01c

%46.03
%46.56
%7.41

CMYK Percentages of Color #aeb01c

%1
%0
%84
%31

Triadic Colors of #aeb01c

#aeb01c #1caeb0 #b01cae

Analogous Colors of #aeb01c

#aeb01c #64b01c #b0681c

Monochromatic Colors of #aeb01c

#aeb01c

Complementary Color

#aeb01c #1e1cb0

#aeb01c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb01c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb01c Color CSS Codes

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

#aeb01c Text Font Color

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

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


#aeb01c Background Color

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

This div background color is #aeb01c


#aeb01c Border Color

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

This div border color is #aeb01c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb01c

#aeb01c Color Palettes


Comments

No comments written yet.

Please login to write comment.