Color Hex Logo

#aed68e Color Hex

#AED68E
(174,214,142)
0 Favorites   0 Comments

Color spaces of #aed68e

RGB 174214142
HSL0.260.470.70
HSV93°34°84°
CMYK 0.190.000.34   0.16
XYZ46.384659.044834.5432
Yxy59.04480.33140.4218
Hunter Lab76.8406-26.720127.1350
CIE-Lab81.3162-25.812031.3814

#aed68e color RGB value is (174,214,142).

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

The process color (four color CMYK) of #aed68e color hex is 0.19, 0.00, 0.34, 0.16. Web safe color of #aed68e is #99cc99. Color #aed68e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 10001110
Octal 256 326 216
Decimal 174 214 142
Hex AE D6 8E

RGB Percentages of Color #aed68e

%32.83
%40.38
%26.79

CMYK Percentages of Color #aed68e

%19
%0
%34
%16

Triadic Colors of #aed68e

#aed68e #8eaed6 #d68eae

Analogous Colors of #aed68e

#aed68e #8ed692 #d2d68e

Monochromatic Colors of #aed68e

#aed68e

Complementary Color

#aed68e #b68ed6

#aed68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed68e Color CSS Codes

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

#aed68e Text Font Color

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

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


#aed68e Background Color

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

This div background color is #aed68e


#aed68e Border Color

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

This div border color is #aed68e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,214,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 #aed68e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed68e


Comments

No comments written yet.

Please login to write comment.