Color Hex Logo

#aed844 Color Hex

#AED844
(174,216,68)
0 Favorites   0 Comments

Color spaces of #aed844

RGB 17421668
HSL0.210.650.56
HSV77°69°85°
CMYK 0.190.000.69   0.15
XYZ43.054858.527814.4966
Yxy58.52780.37090.5042
Hunter Lab76.5035-33.424442.3176
CIE-Lab81.0313-34.238765.1704

#aed844 color RGB value is (174,216,68).

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

The process color (four color CMYK) of #aed844 color hex is 0.19, 0.00, 0.69, 0.15. Web safe color of #aed844 is #99cc33. Color #aed844 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 01000100
Octal 256 330 104
Decimal 174 216 68
Hex AE D8 44

RGB Percentages of Color #aed844

%37.99
%47.16
%14.85

CMYK Percentages of Color #aed844

%19
%0
%69
%15

Triadic Colors of #aed844

#aed844 #44aed8 #d844ae

Analogous Colors of #aed844

#aed844 #64d844 #d8b844

Monochromatic Colors of #aed844

#aed844

Complementary Color

#aed844 #6e44d8

#aed844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed844 Color CSS Codes

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

#aed844 Text Font Color

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

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


#aed844 Background Color

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

This div background color is #aed844


#aed844 Border Color

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

This div border color is #aed844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed844


Comments

No comments written yet.

Please login to write comment.