Color Hex Logo

#aed910 Color Hex

#AED910
(174,217,16)
0 Favorites   0 Comments

Color spaces of #aed910

RGB 17421716
HSL0.200.860.46
HSV73°93°85°
CMYK 0.200.000.93   0.15
XYZ42.361958.66189.5804
Yxy58.66180.38300.5304
Hunter Lab76.5910-35.307246.1974
CIE-Lab81.1053-36.628878.4678

#aed910 color RGB value is (174,217,16).

#aed910 hex color red value is 174, green value is 217 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #aed910 hue: 0.20 , saturation: 0.86 and the lightness value of aed910 is 0.46.

The process color (four color CMYK) of #aed910 color hex is 0.20, 0.00, 0.93, 0.15. Web safe color of #aed910 is #99cc00. Color #aed910 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 00010000
Octal 256 331 20
Decimal 174 217 16
Hex AE D9 10

RGB Percentages of Color #aed910

%42.75
%53.32
%3.93

CMYK Percentages of Color #aed910

%20
%0
%93
%15

Triadic Colors of #aed910

#aed910 #10aed9 #d910ae

Analogous Colors of #aed910

#aed910 #4ad910 #d9a010

Monochromatic Colors of #aed910

#aed910

Complementary Color

#aed910 #3b10d9

#aed910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed910 Color CSS Codes

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

#aed910 Text Font Color

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

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


#aed910 Background Color

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

This div background color is #aed910


#aed910 Border Color

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

This div border color is #aed910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed910


Comments

No comments written yet.

Please login to write comment.