Color Hex Logo

#aedf15 Color Hex

#AEDF15
(174,223,21)
0 Favorites   0 Comments

Color spaces of #aedf15

RGB 17422321
HSL0.210.830.48
HSV75°91°87°
CMYK 0.220.000.91   0.13
XYZ43.978661.828210.3256
Yxy61.82820.37870.5324
Hunter Lab78.6309-37.768347.2558
CIE-Lab82.8220-39.229979.1785

#aedf15 color RGB value is (174,223,21).

#aedf15 hex color red value is 174, green value is 223 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #aedf15 hue: 0.21 , saturation: 0.83 and the lightness value of aedf15 is 0.48.

The process color (four color CMYK) of #aedf15 color hex is 0.22, 0.00, 0.91, 0.13. Web safe color of #aedf15 is #99cc00. Color #aedf15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 00010101
Octal 256 337 25
Decimal 174 223 21
Hex AE DF 15

RGB Percentages of Color #aedf15

%41.63
%53.35
%5.02

CMYK Percentages of Color #aedf15

%22
%0
%91
%13

Triadic Colors of #aedf15

#aedf15 #15aedf #df15ae

Analogous Colors of #aedf15

#aedf15 #49df15 #dfab15

Monochromatic Colors of #aedf15

#aedf15

Complementary Color

#aedf15 #4615df

#aedf15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf15 Color CSS Codes

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

#aedf15 Text Font Color

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

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


#aedf15 Background Color

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

This div background color is #aedf15


#aedf15 Border Color

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

This div border color is #aedf15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf15


Comments

No comments written yet.

Please login to write comment.