Color Hex Logo

#aedf5b Color Hex

#AEDF5B
(174,223,91)
0 Favorites   0 Comments

Color spaces of #aedf5b

RGB 17422391
HSL0.230.670.62
HSV82°59°87°
CMYK 0.220.000.59   0.13
XYZ45.731662.529419.5566
Yxy62.52940.35780.4892
Hunter Lab79.0755-35.150640.6895
CIE-Lab83.1942-35.762658.1815

#aedf5b color RGB value is (174,223,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 01011011
Octal 256 337 133
Decimal 174 223 91
Hex AE DF 5B

RGB Percentages of Color #aedf5b

%35.66
%45.70
%18.65

CMYK Percentages of Color #aedf5b

%22
%0
%59
%13

Triadic Colors of #aedf5b

#aedf5b #5baedf #df5bae

Analogous Colors of #aedf5b

#aedf5b #6cdf5b #dfce5b

Monochromatic Colors of #aedf5b

#aedf5b

Complementary Color

#aedf5b #8c5bdf

#aedf5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf5b Color CSS Codes

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

#aedf5b Text Font Color

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

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


#aedf5b Background Color

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

This div background color is #aedf5b


#aedf5b Border Color

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

This div border color is #aedf5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf5b


Comments

No comments written yet.

Please login to write comment.