Color Hex Logo

#aed239 Color Hex

#AED239
(174,210,57)
0 Favorites   0 Comments

Color spaces of #aed239

RGB 17421057
HSL0.210.630.52
HSV74°73°82°
CMYK 0.170.000.73   0.18
XYZ41.240755.387312.3881
Yxy55.38730.37830.5081
Hunter Lab74.4226-31.325342.2267
CIE-Lab79.2638-32.090967.3358

#aed239 color RGB value is (174,210,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 00111001
Octal 256 322 71
Decimal 174 210 57
Hex AE D2 39

RGB Percentages of Color #aed239

%39.46
%47.62
%12.93

CMYK Percentages of Color #aed239

%17
%0
%73
%18

Triadic Colors of #aed239

#aed239 #39aed2 #d239ae

Analogous Colors of #aed239

#aed239 #62d239 #d2aa39

Monochromatic Colors of #aed239

#aed239

Complementary Color

#aed239 #5d39d2

#aed239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed239 Color CSS Codes

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

#aed239 Text Font Color

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

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


#aed239 Background Color

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

This div background color is #aed239


#aed239 Border Color

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

This div border color is #aed239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed239


Comments

No comments written yet.

Please login to write comment.