Color Hex Logo

#aeb014 Color Hex

#AEB014
(174,176,20)
0 Favorites   0 Comments

Color spaces of #aeb014

RGB 17417620
HSL0.170.800.38
HSV61°89°69°
CMYK 0.010.000.89   0.31
XYZ33.107240.09986.6569
Yxy40.09980.41450.5021
Hunter Lab63.3244-17.494538.0943
CIE-Lab69.5406-16.907568.6944

#aeb014 color RGB value is (174,176,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 00010100
Octal 256 260 24
Decimal 174 176 20
Hex AE B0 14

RGB Percentages of Color #aeb014

%47.03
%47.57
%5.41

CMYK Percentages of Color #aeb014

%1
%0
%89
%31

Triadic Colors of #aeb014

#aeb014 #14aeb0 #b014ae

Analogous Colors of #aeb014

#aeb014 #60b014 #b06414

Monochromatic Colors of #aeb014

#aeb014

Complementary Color

#aeb014 #1614b0

#aeb014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb014 Color CSS Codes

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

#aeb014 Text Font Color

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

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


#aeb014 Background Color

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

This div background color is #aeb014


#aeb014 Border Color

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

This div border color is #aeb014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb014


Comments

No comments written yet.

Please login to write comment.