Color Hex Logo

#aed963 Color Hex

#AED963
(174,217,99)
0 Favorites   0 Comments

Color spaces of #aed963

RGB 17421799
HSL0.230.610.62
HSV82°54°85°
CMYK 0.200.000.54   0.15
XYZ44.520559.525220.9474
Yxy59.52520.35620.4762
Hunter Lab77.1526-32.014537.9092
CIE-Lab81.5794-32.292252.7835

#aed963 color RGB value is (174,217,99).

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

The process color (four color CMYK) of #aed963 color hex is 0.20, 0.00, 0.54, 0.15. Web safe color of #aed963 is #99cc66. Color #aed963 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 01100011
Octal 256 331 143
Decimal 174 217 99
Hex AE D9 63

RGB Percentages of Color #aed963

%35.51
%44.29
%20.20

CMYK Percentages of Color #aed963

%20
%0
%54
%15

Triadic Colors of #aed963

#aed963 #63aed9 #d963ae

Analogous Colors of #aed963

#aed963 #73d963 #d9c963

Monochromatic Colors of #aed963

#aed963

Complementary Color

#aed963 #8e63d9

#aed963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed963 Color CSS Codes

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

#aed963 Text Font Color

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

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


#aed963 Background Color

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

This div background color is #aed963


#aed963 Border Color

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

This div border color is #aed963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed963


Comments

No comments written yet.

Please login to write comment.