Color Hex Logo

#aed70d Color Hex

#AED70D
(174,215,13)
0 Favorites   0 Comments

Color spaces of #aed70d

RGB 17421513
HSL0.200.890.45
HSV72°94°84°
CMYK 0.190.000.94   0.16
XYZ41.828657.62869.2996
Yxy57.62860.38460.5299
Hunter Lab75.9135-34.494545.8763
CIE-Lab80.5319-35.766478.3568

#aed70d color RGB value is (174,215,13).

#aed70d hex color red value is 174, green value is 215 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aed70d hue: 0.20 , saturation: 0.89 and the lightness value of aed70d is 0.45.

The process color (four color CMYK) of #aed70d color hex is 0.19, 0.00, 0.94, 0.16. Web safe color of #aed70d is #99cc00. Color #aed70d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 00001101
Octal 256 327 15
Decimal 174 215 13
Hex AE D7 D

RGB Percentages of Color #aed70d

%43.28
%53.48
%3.23

CMYK Percentages of Color #aed70d

%19
%0
%94
%16

Triadic Colors of #aed70d

#aed70d #0daed7 #d70dae

Analogous Colors of #aed70d

#aed70d #49d70d #d79b0d

Monochromatic Colors of #aed70d

#aed70d

Complementary Color

#aed70d #360dd7

#aed70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed70d Color CSS Codes

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

#aed70d Text Font Color

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

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


#aed70d Background Color

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

This div background color is #aed70d


#aed70d Border Color

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

This div border color is #aed70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed70d


Comments

No comments written yet.

Please login to write comment.