Color Hex Logo

#aed33e Color Hex

#AED33E
(174,211,62)
0 Favorites   0 Comments

Color spaces of #aed33e

RGB 17421162
HSL0.210.630.54
HSV75°71°83°
CMYK 0.180.000.71   0.17
XYZ41.619355.935013.1604
Yxy55.93500.37590.5052
Hunter Lab74.7897-31.549541.9198
CIE-Lab79.5768-32.285265.9020

#aed33e color RGB value is (174,211,62).

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

The process color (four color CMYK) of #aed33e color hex is 0.18, 0.00, 0.71, 0.17. Web safe color of #aed33e is #99cc33. Color #aed33e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 00111110
Octal 256 323 76
Decimal 174 211 62
Hex AE D3 3E

RGB Percentages of Color #aed33e

%38.93
%47.20
%13.87

CMYK Percentages of Color #aed33e

%18
%0
%71
%17

Triadic Colors of #aed33e

#aed33e #3eaed3 #d33eae

Analogous Colors of #aed33e

#aed33e #64d33e #d3ae3e

Monochromatic Colors of #aed33e

#aed33e

Complementary Color

#aed33e #633ed3

#aed33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed33e Color CSS Codes

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

#aed33e Text Font Color

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

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


#aed33e Background Color

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

This div background color is #aed33e


#aed33e Border Color

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

This div border color is #aed33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed33e


Comments

No comments written yet.

Please login to write comment.