Color Hex Logo

#aed740 Color Hex

#AED740
(174,215,64)
0 Favorites   0 Comments

Color spaces of #aed740

RGB 17421564
HSL0.210.650.55
HSV76°70°84°
CMYK 0.190.000.70   0.16
XYZ42.681457.969713.7902
Yxy57.96970.37300.5065
Hunter Lab76.1378-33.177642.5578
CIE-Lab80.7219-34.018466.3235

#aed740 color RGB value is (174,215,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 01000000
Octal 256 327 100
Decimal 174 215 64
Hex AE D7 40

RGB Percentages of Color #aed740

%38.41
%47.46
%14.13

CMYK Percentages of Color #aed740

%19
%0
%70
%16

Triadic Colors of #aed740

#aed740 #40aed7 #d740ae

Analogous Colors of #aed740

#aed740 #63d740 #d7b540

Monochromatic Colors of #aed740

#aed740

Complementary Color

#aed740 #6940d7

#aed740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed740 Color CSS Codes

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

#aed740 Text Font Color

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

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


#aed740 Background Color

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

This div background color is #aed740


#aed740 Border Color

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

This div border color is #aed740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed740


Comments

No comments written yet.

Please login to write comment.