Color Hex Logo

#aedc01 Color Hex

#AEDC01
(174,220,1)
0 Favorites   0 Comments

Color spaces of #aedc01

RGB 1742201
HSL0.200.990.43
HSV73°100°86°
CMYK 0.210.001.00   0.14
XYZ43.054260.18739.3768
Yxy60.18730.38230.5344
Hunter Lab77.5805-36.705147.1402
CIE-Lab81.9399-38.156680.5414

#aedc01 color RGB value is (174,220,1).

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

The process color (four color CMYK) of #aedc01 color hex is 0.21, 0.00, 1.00, 0.14. Web safe color of #aedc01 is #99cc00. Color #aedc01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 00000001
Octal 256 334 1
Decimal 174 220 1
Hex AE DC 1

RGB Percentages of Color #aedc01

%44.05
%55.70
%0.25

CMYK Percentages of Color #aedc01

%21
%0
%100
%14

Triadic Colors of #aedc01

#aedc01 #01aedc #dc01ae

Analogous Colors of #aedc01

#aedc01 #40dc01 #dc9d01

Monochromatic Colors of #aedc01

#aedc01

Complementary Color

#aedc01 #2f01dc

#aedc01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc01 Color CSS Codes

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

#aedc01 Text Font Color

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

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


#aedc01 Background Color

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

This div background color is #aedc01


#aedc01 Border Color

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

This div border color is #aedc01


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,220,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 #aedc01">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc01


Comments

No comments written yet.

Please login to write comment.