Color Hex Logo

#aed001 Color Hex

#AED001
(174,208,1)
0 Favorites   0 Comments

Color spaces of #aed001

RGB 1742081
HSL0.190.990.41
HSV70°100°82°
CMYK 0.160.001.00   0.18
XYZ40.016954.11268.3644
Yxy54.11260.39040.5280
Hunter Lab73.5613-31.629344.7512
CIE-Lab78.5273-32.698377.9581

#aed001 color RGB value is (174,208,1).

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

The process color (four color CMYK) of #aed001 color hex is 0.16, 0.00, 1.00, 0.18. Web safe color of #aed001 is #99cc00. Color #aed001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 00000001
Octal 256 320 1
Decimal 174 208 1
Hex AE D0 1

RGB Percentages of Color #aed001

%45.43
%54.31
%0.26

CMYK Percentages of Color #aed001

%16
%0
%100
%18

Triadic Colors of #aed001

#aed001 #01aed0 #d001ae

Analogous Colors of #aed001

#aed001 #46d001 #d08b01

Monochromatic Colors of #aed001

#aed001

Complementary Color

#aed001 #2301d0

#aed001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed001 Color CSS Codes

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

#aed001 Text Font Color

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

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


#aed001 Background Color

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

This div background color is #aed001


#aed001 Border Color

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

This div border color is #aed001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed001


Comments

No comments written yet.

Please login to write comment.