Color Hex Logo

#aed061 Color Hex

#AED061
(174,208,97)
0 Favorites   0 Comments

Color spaces of #aed061

RGB 17420897
HSL0.220.540.60
HSV78°53°82°
CMYK 0.160.000.53   0.18
XYZ42.169154.973519.6977
Yxy54.97350.36090.4705
Hunter Lab74.1441-28.231236.1494
CIE-Lab79.0260-28.246450.7242

#aed061 color RGB value is (174,208,97).

#aed061 hex color red value is 174, green value is 208 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #aed061 hue: 0.22 , saturation: 0.54 and the lightness value of aed061 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 01100001
Octal 256 320 141
Decimal 174 208 97
Hex AE D0 61

RGB Percentages of Color #aed061

%36.33
%43.42
%20.25

CMYK Percentages of Color #aed061

%16
%0
%53
%18

Triadic Colors of #aed061

#aed061 #61aed0 #d061ae

Analogous Colors of #aed061

#aed061 #77d061 #d0bb61

Monochromatic Colors of #aed061

#aed061

Complementary Color

#aed061 #8361d0

#aed061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed061 Color CSS Codes

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

#aed061 Text Font Color

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

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


#aed061 Background Color

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

This div background color is #aed061


#aed061 Border Color

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

This div border color is #aed061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed061


Comments

No comments written yet.

Please login to write comment.