Color Hex Logo

#aed057 Color Hex

#AED057
(174,208,87)
0 Favorites   0 Comments

Color spaces of #aed057

RGB 17420887
HSL0.210.560.58
HSV77°58°82°
CMYK 0.160.000.58   0.18
XYZ41.731754.798517.3945
Yxy54.79850.36630.4810
Hunter Lab74.0260-28.917337.8863
CIE-Lab78.9251-29.134455.1429

#aed057 color RGB value is (174,208,87).

#aed057 hex color red value is 174, green value is 208 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #aed057 hue: 0.21 , saturation: 0.56 and the lightness value of aed057 is 0.58.

The process color (four color CMYK) of #aed057 color hex is 0.16, 0.00, 0.58, 0.18. Web safe color of #aed057 is #99cc66. Color #aed057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 01010111
Octal 256 320 127
Decimal 174 208 87
Hex AE D0 57

RGB Percentages of Color #aed057

%37.10
%44.35
%18.55

CMYK Percentages of Color #aed057

%16
%0
%58
%18

Triadic Colors of #aed057

#aed057 #57aed0 #d057ae

Analogous Colors of #aed057

#aed057 #72d057 #d0b657

Monochromatic Colors of #aed057

#aed057

Complementary Color

#aed057 #7957d0

#aed057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed057 Color CSS Codes

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

#aed057 Text Font Color

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

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


#aed057 Background Color

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

This div background color is #aed057


#aed057 Border Color

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

This div border color is #aed057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed057


Comments

No comments written yet.

Please login to write comment.