Color Hex Logo

#aede44 Color Hex

#AEDE44
(174,222,68)
0 Favorites   0 Comments

Color spaces of #aede44

RGB 17422268
HSL0.220.700.57
HSV79°69°87°
CMYK 0.220.000.69   0.13
XYZ44.620261.658615.0184
Yxy61.65860.36790.5083
Hunter Lab78.5230-35.983743.6262
CIE-Lab82.7315-36.968566.8909

#aede44 color RGB value is (174,222,68).

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

The process color (four color CMYK) of #aede44 color hex is 0.22, 0.00, 0.69, 0.13. Web safe color of #aede44 is #99cc33. Color #aede44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 01000100
Octal 256 336 104
Decimal 174 222 68
Hex AE DE 44

RGB Percentages of Color #aede44

%37.50
%47.84
%14.66

CMYK Percentages of Color #aede44

%22
%0
%69
%13

Triadic Colors of #aede44

#aede44 #44aede #de44ae

Analogous Colors of #aede44

#aede44 #61de44 #dec144

Monochromatic Colors of #aede44

#aede44

Complementary Color

#aede44 #7444de

#aede44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aede44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aede44 Color CSS Codes

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

#aede44 Text Font Color

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

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


#aede44 Background Color

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

This div background color is #aede44


#aede44 Border Color

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

This div border color is #aede44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aede44


Comments

No comments written yet.

Please login to write comment.