Color Hex Logo

#aede43 Color Hex

#AEDE43
(174,222,67)
0 Favorites   0 Comments

Color spaces of #aede43

RGB 17422267
HSL0.220.700.57
HSV79°70°87°
CMYK 0.220.000.70   0.13
XYZ44.590061.646514.8590
Yxy61.64650.36820.5091
Hunter Lab78.5153-36.028943.7401
CIE-Lab82.7251-37.028467.2466

#aede43 color RGB value is (174,222,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 01000011
Octal 256 336 103
Decimal 174 222 67
Hex AE DE 43

RGB Percentages of Color #aede43

%37.58
%47.95
%14.47

CMYK Percentages of Color #aede43

%22
%0
%70
%13

Triadic Colors of #aede43

#aede43 #43aede #de43ae

Analogous Colors of #aede43

#aede43 #60de43 #dec143

Monochromatic Colors of #aede43

#aede43

Complementary Color

#aede43 #7343de

#aede43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aede43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aede43 Color CSS Codes

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

#aede43 Text Font Color

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

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


#aede43 Background Color

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

This div background color is #aede43


#aede43 Border Color

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

This div border color is #aede43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aede43


Comments

No comments written yet.

Please login to write comment.