Color Hex Logo

#aeed34 Color Hex

#AEED34
(174,237,52)
0 Favorites   0 Comments

Color spaces of #aeed34

RGB 17423752
HSL0.220.840.57
HSV80°78°93°
CMYK 0.270.000.78   0.07
XYZ48.359669.815014.1756
Yxy69.81500.36540.5275
Hunter Lab83.5554-42.910948.4299
CIE-Lab86.9060-44.396576.0587

#aeed34 color RGB value is (174,237,52).

#aeed34 hex color red value is 174, green value is 237 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #aeed34 hue: 0.22 , saturation: 0.84 and the lightness value of aeed34 is 0.57.

The process color (four color CMYK) of #aeed34 color hex is 0.27, 0.00, 0.78, 0.07. Web safe color of #aeed34 is #99ff33. Color #aeed34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 00110100
Octal 256 355 64
Decimal 174 237 52
Hex AE ED 34

RGB Percentages of Color #aeed34

%37.58
%51.19
%11.23

CMYK Percentages of Color #aeed34

%27
%0
%78
%7

Triadic Colors of #aeed34

#aeed34 #34aeed #ed34ae

Analogous Colors of #aeed34

#aeed34 #52ed34 #edd034

Monochromatic Colors of #aeed34

#aeed34

Complementary Color

#aeed34 #7334ed

#aeed34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeed34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeed34 Color CSS Codes

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

#aeed34 Text Font Color

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

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


#aeed34 Background Color

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

This div background color is #aeed34


#aeed34 Border Color

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

This div border color is #aeed34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeed34


Comments

No comments written yet.

Please login to write comment.