Color Hex Logo

#aed731 Color Hex

#AED731
(174,215,49)
0 Favorites   0 Comments

Color spaces of #aed731

RGB 17421549
HSL0.210.670.52
HSV75°77°84°
CMYK 0.190.000.77   0.16
XYZ42.310457.821311.8364
Yxy57.82130.37790.5164
Hunter Lab76.0403-33.749543.9992
CIE-Lab80.6393-34.775071.1680

#aed731 color RGB value is (174,215,49).

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

The process color (four color CMYK) of #aed731 color hex is 0.19, 0.00, 0.77, 0.16. Web safe color of #aed731 is #99cc33. Color #aed731 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 00110001
Octal 256 327 61
Decimal 174 215 49
Hex AE D7 31

RGB Percentages of Color #aed731

%39.73
%49.09
%11.19

CMYK Percentages of Color #aed731

%19
%0
%77
%16

Triadic Colors of #aed731

#aed731 #31aed7 #d731ae

Analogous Colors of #aed731

#aed731 #5bd731 #d7ad31

Monochromatic Colors of #aed731

#aed731

Complementary Color

#aed731 #5a31d7

#aed731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed731 Color CSS Codes

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

#aed731 Text Font Color

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

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


#aed731 Background Color

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

This div background color is #aed731


#aed731 Border Color

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

This div border color is #aed731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed731


Comments

No comments written yet.

Please login to write comment.