Color Hex Logo

#aedb3f Color Hex

#AEDB3F
(174,219,63)
0 Favorites   0 Comments

Color spaces of #aedb3f

RGB 17421963
HSL0.210.680.55
HSV77°71°86°
CMYK 0.210.000.71   0.14
XYZ43.684360.020613.9854
Yxy60.02060.37120.5100
Hunter Lab77.4730-34.927843.5281
CIE-Lab81.8494-35.902367.7957

#aedb3f color RGB value is (174,219,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 00111111
Octal 256 333 77
Decimal 174 219 63
Hex AE DB 3F

RGB Percentages of Color #aedb3f

%38.16
%48.03
%13.82

CMYK Percentages of Color #aedb3f

%21
%0
%71
%14

Triadic Colors of #aedb3f

#aedb3f #3faedb #db3fae

Analogous Colors of #aedb3f

#aedb3f #60db3f #dbba3f

Monochromatic Colors of #aedb3f

#aedb3f

Complementary Color

#aedb3f #6c3fdb

#aedb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb3f Color CSS Codes

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

#aedb3f Text Font Color

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

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


#aedb3f Background Color

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

This div background color is #aedb3f


#aedb3f Border Color

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

This div border color is #aedb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb3f


Comments

No comments written yet.

Please login to write comment.