Color Hex Logo

#aed68d Color Hex

#AED68D
(174,214,141)
0 Favorites   0 Comments

Color spaces of #aed68d

RGB 174214141
HSL0.260.470.70
HSV93°34°84°
CMYK 0.190.000.34   0.16
XYZ46.309859.014934.1495
Yxy59.01490.33200.4231
Hunter Lab76.8212-26.832627.4185
CIE-Lab81.2998-25.952931.8733

#aed68d color RGB value is (174,214,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 10001101
Octal 256 326 215
Decimal 174 214 141
Hex AE D6 8D

RGB Percentages of Color #aed68d

%32.89
%40.45
%26.65

CMYK Percentages of Color #aed68d

%19
%0
%34
%16

Triadic Colors of #aed68d

#aed68d #8daed6 #d68dae

Analogous Colors of #aed68d

#aed68d #8dd691 #d3d68d

Monochromatic Colors of #aed68d

#aed68d

Complementary Color

#aed68d #b58dd6

#aed68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed68d Color CSS Codes

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

#aed68d Text Font Color

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

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


#aed68d Background Color

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

This div background color is #aed68d


#aed68d Border Color

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

This div border color is #aed68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed68d


Comments

No comments written yet.

Please login to write comment.