Color Hex Logo

#aed941 Color Hex

#AED941
(174,217,65)
0 Favorites   0 Comments

Color spaces of #aed941

RGB 17421765
HSL0.210.670.55
HSV77°70°85°
CMYK 0.200.000.70   0.15
XYZ43.222559.006014.1123
Yxy59.00600.37150.5072
Hunter Lab76.8154-33.988442.8782
CIE-Lab81.2949-34.876866.5354

#aed941 color RGB value is (174,217,65).

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

The process color (four color CMYK) of #aed941 color hex is 0.20, 0.00, 0.70, 0.15. Web safe color of #aed941 is #99cc33. Color #aed941 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 01000001
Octal 256 331 101
Decimal 174 217 65
Hex AE D9 41

RGB Percentages of Color #aed941

%38.16
%47.59
%14.25

CMYK Percentages of Color #aed941

%20
%0
%70
%15

Triadic Colors of #aed941

#aed941 #41aed9 #d941ae

Analogous Colors of #aed941

#aed941 #62d941 #d9b841

Monochromatic Colors of #aed941

#aed941

Complementary Color

#aed941 #6c41d9

#aed941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed941 Color CSS Codes

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

#aed941 Text Font Color

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

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


#aed941 Background Color

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

This div background color is #aed941


#aed941 Border Color

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

This div border color is #aed941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed941


Comments

No comments written yet.

Please login to write comment.