Color Hex Logo

#aed744 Color Hex

#AED744
(174,215,68)
0 Favorites   0 Comments

Color spaces of #aed744

RGB 17421568
HSL0.210.650.55
HSV77°68°84°
CMYK 0.190.000.68   0.16
XYZ42.799458.016914.4115
Yxy58.01690.37140.5035
Hunter Lab76.1688-32.996042.1002
CIE-Lab80.7482-33.779064.8825

#aed744 color RGB value is (174,215,68).

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

The process color (four color CMYK) of #aed744 color hex is 0.19, 0.00, 0.68, 0.16. Web safe color of #aed744 is #99cc33. Color #aed744 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 01000100
Octal 256 327 104
Decimal 174 215 68
Hex AE D7 44

RGB Percentages of Color #aed744

%38.07
%47.05
%14.88

CMYK Percentages of Color #aed744

%19
%0
%68
%16

Triadic Colors of #aed744

#aed744 #44aed7 #d744ae

Analogous Colors of #aed744

#aed744 #65d744 #d7b744

Monochromatic Colors of #aed744

#aed744

Complementary Color

#aed744 #6d44d7

#aed744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed744 Color CSS Codes

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

#aed744 Text Font Color

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

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


#aed744 Background Color

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

This div background color is #aed744


#aed744 Border Color

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

This div border color is #aed744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed744


Comments

No comments written yet.

Please login to write comment.