Color Hex Logo

#aeb057 Color Hex

#AEB057
(174,176,87)
0 Favorites   0 Comments

Color spaces of #aeb057

RGB 17417687
HSL0.170.360.52
HSV61°51°69°
CMYK 0.010.000.51   0.31
XYZ34.701240.737515.0510
Yxy40.73750.38350.4502
Hunter Lab63.8259-14.647630.6968
CIE-Lab69.9916-13.294044.8508

#aeb057 color RGB value is (174,176,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01010111
Octal 256 260 127
Decimal 174 176 87
Hex AE B0 57

RGB Percentages of Color #aeb057

%39.82
%40.27
%19.91

CMYK Percentages of Color #aeb057

%1
%0
%51
%31

Triadic Colors of #aeb057

#aeb057 #57aeb0 #b057ae

Analogous Colors of #aeb057

#aeb057 #82b057 #b08657

Monochromatic Colors of #aeb057

#aeb057

Complementary Color

#aeb057 #5957b0

#aeb057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb057 Color CSS Codes

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

#aeb057 Text Font Color

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

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


#aeb057 Background Color

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

This div background color is #aeb057


#aeb057 Border Color

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

This div border color is #aeb057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb057


Comments

No comments written yet.

Please login to write comment.