Color Hex Logo

#aed031 Color Hex

#AED031
(174,208,49)
0 Favorites   0 Comments

Color spaces of #aed031

RGB 17420849
HSL0.200.630.50
HSV73°76°82°
CMYK 0.160.000.76   0.18
XYZ40.565854.332211.2548
Yxy54.33220.38210.5118
Hunter Lab73.7104-30.757442.5443
CIE-Lab78.6550-31.543169.3365

#aed031 color RGB value is (174,208,49).

#aed031 hex color red value is 174, green value is 208 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #aed031 hue: 0.20 , saturation: 0.63 and the lightness value of aed031 is 0.50.

The process color (four color CMYK) of #aed031 color hex is 0.16, 0.00, 0.76, 0.18. Web safe color of #aed031 is #99cc33. Color #aed031 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 00110001
Octal 256 320 61
Decimal 174 208 49
Hex AE D0 31

RGB Percentages of Color #aed031

%40.37
%48.26
%11.37

CMYK Percentages of Color #aed031

%16
%0
%76
%18

Triadic Colors of #aed031

#aed031 #31aed0 #d031ae

Analogous Colors of #aed031

#aed031 #5fd031 #d0a331

Monochromatic Colors of #aed031

#aed031

Complementary Color

#aed031 #5331d0

#aed031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed031 Color CSS Codes

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

#aed031 Text Font Color

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

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


#aed031 Background Color

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

This div background color is #aed031


#aed031 Border Color

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

This div border color is #aed031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed031


Comments

No comments written yet.

Please login to write comment.