Color Hex Logo

#aeb614 Color Hex

#AEB614
(174,182,20)
0 Favorites   0 Comments

Color spaces of #aeb614

RGB 17418220
HSL0.170.800.40
HSV63°89°71°
CMYK 0.040.000.89   0.29
XYZ34.309842.50517.0578
Yxy42.50510.40910.5068
Hunter Lab65.1959-20.156139.2187
CIE-Lab71.2178-19.927870.0352

#aeb614 color RGB value is (174,182,20).

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

The process color (four color CMYK) of #aeb614 color hex is 0.04, 0.00, 0.89, 0.29. Web safe color of #aeb614 is #99cc00. Color #aeb614 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 00010100
Octal 256 266 24
Decimal 174 182 20
Hex AE B6 14

RGB Percentages of Color #aeb614

%46.28
%48.40
%5.32

CMYK Percentages of Color #aeb614

%4
%0
%89
%29

Triadic Colors of #aeb614

#aeb614 #14aeb6 #b614ae

Analogous Colors of #aeb614

#aeb614 #5db614 #b66d14

Monochromatic Colors of #aeb614

#aeb614

Complementary Color

#aeb614 #1c14b6

#aeb614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb614 Color CSS Codes

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

#aeb614 Text Font Color

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

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


#aeb614 Background Color

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

This div background color is #aeb614


#aeb614 Border Color

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

This div border color is #aeb614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb614


Comments

No comments written yet.

Please login to write comment.