Color Hex Logo

#aedf83 Color Hex

#AEDF83
(174,223,131)
0 Favorites   0 Comments

Color spaces of #aedf83

RGB 174223131
HSL0.260.590.69
HSV92°41°87°
CMYK 0.220.000.41   0.13
XYZ47.940063.412731.1859
Yxy63.41270.33630.4449
Hunter Lab79.6321-31.895832.5230
CIE-Lab83.6590-31.558639.9913

#aedf83 color RGB value is (174,223,131).

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

The process color (four color CMYK) of #aedf83 color hex is 0.22, 0.00, 0.41, 0.13. Web safe color of #aedf83 is #99cc99. Color #aedf83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10000011
Octal 256 337 203
Decimal 174 223 131
Hex AE DF 83

RGB Percentages of Color #aedf83

%32.95
%42.23
%24.81

CMYK Percentages of Color #aedf83

%22
%0
%41
%13

Triadic Colors of #aedf83

#aedf83 #83aedf #df83ae

Analogous Colors of #aedf83

#aedf83 #83df86 #dcdf83

Monochromatic Colors of #aedf83

#aedf83

Complementary Color

#aedf83 #b483df

#aedf83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf83 Color CSS Codes

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

#aedf83 Text Font Color

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

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


#aedf83 Background Color

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

This div background color is #aedf83


#aedf83 Border Color

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

This div border color is #aedf83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf83


Comments

No comments written yet.

Please login to write comment.