Color Hex Logo

#aed339 Color Hex

#AED339
(174,211,57)
0 Favorites   0 Comments

Color spaces of #aed339

RGB 17421157
HSL0.210.640.53
HSV74°73°83°
CMYK 0.180.000.73   0.17
XYZ41.488355.882612.4707
Yxy55.88260.37770.5088
Hunter Lab74.7547-31.754542.4374
CIE-Lab79.5470-32.555367.6091

#aed339 color RGB value is (174,211,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 00111001
Octal 256 323 71
Decimal 174 211 57
Hex AE D3 39

RGB Percentages of Color #aed339

%39.37
%47.74
%12.90

CMYK Percentages of Color #aed339

%18
%0
%73
%17

Triadic Colors of #aed339

#aed339 #39aed3 #d339ae

Analogous Colors of #aed339

#aed339 #61d339 #d3ab39

Monochromatic Colors of #aed339

#aed339

Complementary Color

#aed339 #5e39d3

#aed339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed339 Color CSS Codes

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

#aed339 Text Font Color

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

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


#aed339 Background Color

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

This div background color is #aed339


#aed339 Border Color

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

This div border color is #aed339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed339


Comments

No comments written yet.

Please login to write comment.