Color Hex Logo

#aedb8e Color Hex

#AEDB8E
(174,219,142)
0 Favorites   0 Comments

Color spaces of #aedb8e

RGB 174219142
HSL0.260.520.71
HSV95°35°86°
CMYK 0.210.000.35   0.14
XYZ47.669661.614734.9716
Yxy61.61470.33050.4271
Hunter Lab78.4950-28.964228.5313
CIE-Lab82.7081-28.209433.2196

#aedb8e color RGB value is (174,219,142).

#aedb8e hex color red value is 174, green value is 219 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aedb8e hue: 0.26 , saturation: 0.52 and the lightness value of aedb8e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10001110
Octal 256 333 216
Decimal 174 219 142
Hex AE DB 8E

RGB Percentages of Color #aedb8e

%32.52
%40.93
%26.54

CMYK Percentages of Color #aedb8e

%21
%0
%35
%14

Triadic Colors of #aedb8e

#aedb8e #8eaedb #db8eae

Analogous Colors of #aedb8e

#aedb8e #8edb95 #d5db8e

Monochromatic Colors of #aedb8e

#aedb8e

Complementary Color

#aedb8e #bb8edb

#aedb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb8e Color CSS Codes

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

#aedb8e Text Font Color

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

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


#aedb8e Background Color

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

This div background color is #aedb8e


#aedb8e Border Color

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

This div border color is #aedb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb8e


Comments

No comments written yet.

Please login to write comment.