Color Hex Logo

#aed104 Color Hex

#AED104
(174,209,4)
0 Favorites   0 Comments

Color spaces of #aed104

RGB 1742094
HSL0.200.960.42
HSV70°98°82°
CMYK 0.170.000.98   0.18
XYZ40.277954.60848.5325
Yxy54.60840.38950.5280
Hunter Lab73.8975-32.029044.8824
CIE-Lab78.8152-33.125977.8886

#aed104 color RGB value is (174,209,4).

#aed104 hex color red value is 174, green value is 209 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #aed104 hue: 0.20 , saturation: 0.96 and the lightness value of aed104 is 0.42.

The process color (four color CMYK) of #aed104 color hex is 0.17, 0.00, 0.98, 0.18. Web safe color of #aed104 is #99cc00. Color #aed104 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 00000100
Octal 256 321 4
Decimal 174 209 4
Hex AE D1 4

RGB Percentages of Color #aed104

%44.96
%54.01
%1.03

CMYK Percentages of Color #aed104

%17
%0
%98
%18

Triadic Colors of #aed104

#aed104 #04aed1 #d104ae

Analogous Colors of #aed104

#aed104 #47d104 #d18e04

Monochromatic Colors of #aed104

#aed104

Complementary Color

#aed104 #2704d1

#aed104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed104 Color CSS Codes

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

#aed104 Text Font Color

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

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


#aed104 Background Color

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

This div background color is #aed104


#aed104 Border Color

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

This div border color is #aed104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed104


Comments

No comments written yet.

Please login to write comment.