Color Hex Logo

#aed73d Color Hex

#AED73D
(174,215,61)
0 Favorites   0 Comments

Color spaces of #aed73d

RGB 17421561
HSL0.210.660.54
HSV76°72°84°
CMYK 0.190.000.72   0.16
XYZ42.598357.936513.3526
Yxy57.93650.37400.5087
Hunter Lab76.1160-33.305642.8803
CIE-Lab80.7035-34.187467.3655

#aed73d color RGB value is (174,215,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 00111101
Octal 256 327 75
Decimal 174 215 61
Hex AE D7 3D

RGB Percentages of Color #aed73d

%38.67
%47.78
%13.56

CMYK Percentages of Color #aed73d

%19
%0
%72
%16

Triadic Colors of #aed73d

#aed73d #3daed7 #d73dae

Analogous Colors of #aed73d

#aed73d #61d73d #d7b33d

Monochromatic Colors of #aed73d

#aed73d

Complementary Color

#aed73d #663dd7

#aed73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed73d Color CSS Codes

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

#aed73d Text Font Color

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

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


#aed73d Background Color

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

This div background color is #aed73d


#aed73d Border Color

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

This div border color is #aed73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed73d


Comments

No comments written yet.

Please login to write comment.