Color Hex Logo

#aedf50 Color Hex

#AEDF50
(174,223,80)
0 Favorites   0 Comments

Color spaces of #aedf50

RGB 17422380
HSL0.220.690.59
HSV81°64°87°
CMYK 0.220.000.64   0.13
XYZ45.291262.353217.2377
Yxy62.35320.36270.4993
Hunter Lab78.9640-35.805342.3319
CIE-Lab83.1009-36.622462.6696

#aedf50 color RGB value is (174,223,80).

#aedf50 hex color red value is 174, green value is 223 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aedf50 hue: 0.22 , saturation: 0.69 and the lightness value of aedf50 is 0.59.

The process color (four color CMYK) of #aedf50 color hex is 0.22, 0.00, 0.64, 0.13. Web safe color of #aedf50 is #99cc66. Color #aedf50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 01010000
Octal 256 337 120
Decimal 174 223 80
Hex AE DF 50

RGB Percentages of Color #aedf50

%36.48
%46.75
%16.77

CMYK Percentages of Color #aedf50

%22
%0
%64
%13

Triadic Colors of #aedf50

#aedf50 #50aedf #df50ae

Analogous Colors of #aedf50

#aedf50 #67df50 #dfc950

Monochromatic Colors of #aedf50

#aedf50

Complementary Color

#aedf50 #8150df

#aedf50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf50 Color CSS Codes

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

#aedf50 Text Font Color

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

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


#aedf50 Background Color

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

This div background color is #aedf50


#aedf50 Border Color

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

This div border color is #aedf50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf50


Comments

No comments written yet.

Please login to write comment.