Color Hex Logo

#aed824 Color Hex

#AED824
(174,216,36)
0 Favorites   0 Comments

Color spaces of #aed824

RGB 17421636
HSL0.210.710.49
HSV74°83°85°
CMYK 0.190.000.83   0.15
XYZ42.329958.237810.6791
Yxy58.23780.38050.5235
Hunter Lab76.3137-34.538145.1227
CIE-Lab80.8708-35.714174.7853

#aed824 color RGB value is (174,216,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 00100100
Octal 256 330 44
Decimal 174 216 36
Hex AE D8 24

RGB Percentages of Color #aed824

%40.85
%50.70
%8.45

CMYK Percentages of Color #aed824

%19
%0
%83
%15

Triadic Colors of #aed824

#aed824 #24aed8 #d824ae

Analogous Colors of #aed824

#aed824 #54d824 #d8a824

Monochromatic Colors of #aed824

#aed824

Complementary Color

#aed824 #4e24d8

#aed824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed824 Color CSS Codes

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

#aed824 Text Font Color

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

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


#aed824 Background Color

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

This div background color is #aed824


#aed824 Border Color

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

This div border color is #aed824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed824


Comments

No comments written yet.

Please login to write comment.