Color Hex Logo

#aedb85 Color Hex

#AEDB85
(174,219,133)
0 Favorites   0 Comments

Color spaces of #aedb85

RGB 174219133
HSL0.250.540.69
HSV91°39°86°
CMYK 0.210.000.39   0.14
XYZ47.020761.355231.5548
Yxy61.35520.33600.4385
Hunter Lab78.3296-29.924430.9459
CIE-Lab82.5693-29.422037.5947

#aedb85 color RGB value is (174,219,133).

#aedb85 hex color red value is 174, green value is 219 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #aedb85 hue: 0.25 , saturation: 0.54 and the lightness value of aedb85 is 0.69.

The process color (four color CMYK) of #aedb85 color hex is 0.21, 0.00, 0.39, 0.14. Web safe color of #aedb85 is #99cc99. Color #aedb85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10000101
Octal 256 333 205
Decimal 174 219 133
Hex AE DB 85

RGB Percentages of Color #aedb85

%33.08
%41.63
%25.29

CMYK Percentages of Color #aedb85

%21
%0
%39
%14

Triadic Colors of #aedb85

#aedb85 #85aedb #db85ae

Analogous Colors of #aedb85

#aedb85 #85db87 #d9db85

Monochromatic Colors of #aedb85

#aedb85

Complementary Color

#aedb85 #b285db

#aedb85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb85 Color CSS Codes

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

#aedb85 Text Font Color

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

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


#aedb85 Background Color

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

This div background color is #aedb85


#aedb85 Border Color

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

This div border color is #aedb85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb85


Comments

No comments written yet.

Please login to write comment.