Color Hex Logo

#aedb49 Color Hex

#AEDB49
(174,219,73)
0 Favorites   0 Comments

Color spaces of #aedb49

RGB 17421973
HSL0.220.670.57
HSV78°67°86°
CMYK 0.210.000.67   0.14
XYZ43.989760.142715.5935
Yxy60.14270.36740.5023
Hunter Lab77.5517-34.464942.3646
CIE-Lab81.9157-35.291064.1817

#aedb49 color RGB value is (174,219,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 01001001
Octal 256 333 111
Decimal 174 219 73
Hex AE DB 49

RGB Percentages of Color #aedb49

%37.34
%47.00
%15.67

CMYK Percentages of Color #aedb49

%21
%0
%67
%14

Triadic Colors of #aedb49

#aedb49 #49aedb #db49ae

Analogous Colors of #aedb49

#aedb49 #65db49 #dbbf49

Monochromatic Colors of #aedb49

#aedb49

Complementary Color

#aedb49 #7649db

#aedb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb49 Color CSS Codes

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

#aedb49 Text Font Color

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

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


#aedb49 Background Color

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

This div background color is #aedb49


#aedb49 Border Color

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

This div border color is #aedb49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb49


Comments

No comments written yet.

Please login to write comment.