Color Hex Logo

#aedb40 Color Hex

#AEDB40
(174,219,64)
0 Favorites   0 Comments

Color spaces of #aedb40

RGB 17421964
HSL0.220.680.55
HSV77°71°86°
CMYK 0.210.000.71   0.14
XYZ43.712560.031914.1339
Yxy60.03190.37080.5093
Hunter Lab77.4803-34.885043.4205
CIE-Lab81.8555-35.845867.4503

#aedb40 color RGB value is (174,219,64).

#aedb40 hex color red value is 174, green value is 219 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aedb40 hue: 0.22 , saturation: 0.68 and the lightness value of aedb40 is 0.55.

The process color (four color CMYK) of #aedb40 color hex is 0.21, 0.00, 0.71, 0.14. Web safe color of #aedb40 is #99cc33. Color #aedb40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 01000000
Octal 256 333 100
Decimal 174 219 64
Hex AE DB 40

RGB Percentages of Color #aedb40

%38.07
%47.92
%14.00

CMYK Percentages of Color #aedb40

%21
%0
%71
%14

Triadic Colors of #aedb40

#aedb40 #40aedb #db40ae

Analogous Colors of #aedb40

#aedb40 #60db40 #dbbb40

Monochromatic Colors of #aedb40

#aedb40

Complementary Color

#aedb40 #6d40db

#aedb40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb40 Color CSS Codes

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

#aedb40 Text Font Color

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

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


#aedb40 Background Color

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

This div background color is #aedb40


#aedb40 Border Color

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

This div border color is #aedb40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb40


Comments

No comments written yet.

Please login to write comment.