Color Hex Logo

#aedf01 Color Hex

#AEDF01
(174,223,1)
0 Favorites   0 Comments

Color spaces of #aedf01

RGB 1742231
HSL0.200.990.44
HSV73°100°87°
CMYK 0.220.001.00   0.13
XYZ43.848761.77629.6416
Yxy61.77620.38040.5359
Hunter Lab78.5978-37.963447.7454
CIE-Lab82.7943-39.491681.1908

#aedf01 color RGB value is (174,223,1).

#aedf01 hex color red value is 174, green value is 223 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #aedf01 hue: 0.20 , saturation: 0.99 and the lightness value of aedf01 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 00000001
Octal 256 337 1
Decimal 174 223 1
Hex AE DF 1

RGB Percentages of Color #aedf01

%43.72
%56.03
%0.25

CMYK Percentages of Color #aedf01

%22
%0
%100
%13

Triadic Colors of #aedf01

#aedf01 #01aedf #df01ae

Analogous Colors of #aedf01

#aedf01 #3fdf01 #dfa101

Monochromatic Colors of #aedf01

#aedf01

Complementary Color

#aedf01 #3201df

#aedf01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf01 Color CSS Codes

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

#aedf01 Text Font Color

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

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


#aedf01 Background Color

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

This div background color is #aedf01


#aedf01 Border Color

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

This div border color is #aedf01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf01


Comments

No comments written yet.

Please login to write comment.