Color Hex Logo

#aeb019 Color Hex

#AEB019
(174,176,25)
0 Favorites   0 Comments

Color spaces of #aeb019

RGB 17417625
HSL0.170.750.39
HSV61°86°69°
CMYK 0.010.000.86   0.31
XYZ33.156440.11956.9160
Yxy40.11950.41350.5003
Hunter Lab63.3400-17.406037.8642
CIE-Lab69.5546-16.793767.7093

#aeb019 color RGB value is (174,176,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 00011001
Octal 256 260 31
Decimal 174 176 25
Hex AE B0 19

RGB Percentages of Color #aeb019

%46.40
%46.93
%6.67

CMYK Percentages of Color #aeb019

%1
%0
%86
%31

Triadic Colors of #aeb019

#aeb019 #19aeb0 #b019ae

Analogous Colors of #aeb019

#aeb019 #63b019 #b06719

Monochromatic Colors of #aeb019

#aeb019

Complementary Color

#aeb019 #1b19b0

#aeb019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb019 Color CSS Codes

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

#aeb019 Text Font Color

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

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


#aeb019 Background Color

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

This div background color is #aeb019


#aeb019 Border Color

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

This div border color is #aeb019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb019


Comments

No comments written yet.

Please login to write comment.