Color Hex Logo

#aeb059 Color Hex

#AEB059
(174,176,89)
0 Favorites   0 Comments

Color spaces of #aeb059

RGB 17417689
HSL0.170.360.52
HSV61°49°69°
CMYK 0.010.000.49   0.31
XYZ34.784140.770615.4874
Yxy40.77060.38210.4478
Hunter Lab63.8519-14.500630.3154
CIE-Lab70.0149-13.110043.9010

#aeb059 color RGB value is (174,176,89).

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

The process color (four color CMYK) of #aeb059 color hex is 0.01, 0.00, 0.49, 0.31. Web safe color of #aeb059 is #999966. Color #aeb059 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01011001
Octal 256 260 131
Decimal 174 176 89
Hex AE B0 59

RGB Percentages of Color #aeb059

%39.64
%40.09
%20.27

CMYK Percentages of Color #aeb059

%1
%0
%49
%31

Triadic Colors of #aeb059

#aeb059 #59aeb0 #b059ae

Analogous Colors of #aeb059

#aeb059 #83b059 #b08759

Monochromatic Colors of #aeb059

#aeb059

Complementary Color

#aeb059 #5b59b0

#aeb059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb059 Color CSS Codes

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

#aeb059 Text Font Color

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

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


#aeb059 Background Color

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

This div background color is #aeb059


#aeb059 Border Color

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

This div border color is #aeb059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb059


Comments

No comments written yet.

Please login to write comment.