Color Hex Logo

#aedd34 Color Hex

#AEDD34
(174,221,52)
0 Favorites   0 Comments

Color spaces of #aedd34

RGB 17422152
HSL0.210.710.54
HSV77°76°87°
CMYK 0.210.000.76   0.13
XYZ43.931860.959512.6997
Yxy60.95950.37360.5184
Hunter Lab78.0766-36.196345.0097
CIE-Lab82.3570-37.362871.8630

#aedd34 color RGB value is (174,221,52).

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

The process color (four color CMYK) of #aedd34 color hex is 0.21, 0.00, 0.76, 0.13. Web safe color of #aedd34 is #99cc33. Color #aedd34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 00110100
Octal 256 335 64
Decimal 174 221 52
Hex AE DD 34

RGB Percentages of Color #aedd34

%38.93
%49.44
%11.63

CMYK Percentages of Color #aedd34

%21
%0
%76
%13

Triadic Colors of #aedd34

#aedd34 #34aedd #dd34ae

Analogous Colors of #aedd34

#aedd34 #59dd34 #ddb834

Monochromatic Colors of #aedd34

#aedd34

Complementary Color

#aedd34 #6334dd

#aedd34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd34 Color CSS Codes

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

#aedd34 Text Font Color

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

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


#aedd34 Background Color

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

This div background color is #aedd34


#aedd34 Border Color

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

This div border color is #aedd34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd34


Comments

No comments written yet.

Please login to write comment.