Color Hex Logo

#aed063 Color Hex

#AED063
(174,208,99)
0 Favorites   0 Comments

Color spaces of #aed063

RGB 17420899
HSL0.220.540.60
HSV79°52°82°
CMYK 0.160.000.52   0.18
XYZ42.263655.011320.1951
Yxy55.01130.35980.4683
Hunter Lab74.1696-28.083335.7751
CIE-Lab79.0478-28.055649.8176

#aed063 color RGB value is (174,208,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 01100011
Octal 256 320 143
Decimal 174 208 99
Hex AE D0 63

RGB Percentages of Color #aed063

%36.17
%43.24
%20.58

CMYK Percentages of Color #aed063

%16
%0
%52
%18

Triadic Colors of #aed063

#aed063 #63aed0 #d063ae

Analogous Colors of #aed063

#aed063 #78d063 #d0bc63

Monochromatic Colors of #aed063

#aed063

Complementary Color

#aed063 #8563d0

#aed063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed063 Color CSS Codes

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

#aed063 Text Font Color

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

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


#aed063 Background Color

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

This div background color is #aed063


#aed063 Border Color

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

This div border color is #aed063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed063


Comments

No comments written yet.

Please login to write comment.