Color Hex Logo

#aedb64 Color Hex

#AEDB64
(174,219,100)
0 Favorites   0 Comments

Color spaces of #aedb64

RGB 174219100
HSL0.230.620.63
HSV83°54°86°
CMYK 0.210.000.54   0.14
XYZ45.087360.581821.3737
Yxy60.58180.35490.4769
Hunter Lab77.8343-32.809838.2027
CIE-Lab82.1534-33.125352.9951

#aedb64 color RGB value is (174,219,100).

#aedb64 hex color red value is 174, green value is 219 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #aedb64 hue: 0.23 , saturation: 0.62 and the lightness value of aedb64 is 0.63.

The process color (four color CMYK) of #aedb64 color hex is 0.21, 0.00, 0.54, 0.14. Web safe color of #aedb64 is #99cc66. Color #aedb64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 01100100
Octal 256 333 144
Decimal 174 219 100
Hex AE DB 64

RGB Percentages of Color #aedb64

%35.29
%44.42
%20.28

CMYK Percentages of Color #aedb64

%21
%0
%54
%14

Triadic Colors of #aedb64

#aedb64 #64aedb #db64ae

Analogous Colors of #aedb64

#aedb64 #73db64 #dbcd64

Monochromatic Colors of #aedb64

#aedb64

Complementary Color

#aedb64 #9164db

#aedb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb64 Color CSS Codes

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

#aedb64 Text Font Color

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

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


#aedb64 Background Color

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

This div background color is #aedb64


#aedb64 Border Color

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

This div border color is #aedb64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb64


Comments

No comments written yet.

Please login to write comment.