Color Hex Logo

#aed663 Color Hex

#AED663
(174,214,99)
0 Favorites   0 Comments

Color spaces of #aed663

RGB 17421499
HSL0.220.580.61
HSV81°54°84°
CMYK 0.190.000.54   0.16
XYZ43.754357.992720.6920
Yxy57.99270.35740.4736
Hunter Lab76.1529-30.709037.1970
CIE-Lab80.7347-30.891851.7982

#aed663 color RGB value is (174,214,99).

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

The process color (four color CMYK) of #aed663 color hex is 0.19, 0.00, 0.54, 0.16. Web safe color of #aed663 is #99cc66. Color #aed663 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 01100011
Octal 256 326 143
Decimal 174 214 99
Hex AE D6 63

RGB Percentages of Color #aed663

%35.73
%43.94
%20.33

CMYK Percentages of Color #aed663

%19
%0
%54
%16

Triadic Colors of #aed663

#aed663 #63aed6 #d663ae

Analogous Colors of #aed663

#aed663 #75d663 #d6c563

Monochromatic Colors of #aed663

#aed663

Complementary Color

#aed663 #8b63d6

#aed663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed663 Color CSS Codes

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

#aed663 Text Font Color

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

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


#aed663 Background Color

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

This div background color is #aed663


#aed663 Border Color

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

This div border color is #aed663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed663


Comments

No comments written yet.

Please login to write comment.