Color Hex Logo

#aed68a Color Hex

#AED68A
(174,214,138)
0 Favorites   0 Comments

Color spaces of #aed68a

RGB 174214138
HSL0.250.480.69
HSV92°36°84°
CMYK 0.190.000.36   0.16
XYZ46.089658.926832.9896
Yxy58.92680.33400.4270
Hunter Lab76.7638-27.163828.2545
CIE-Lab81.2513-26.368733.3460

#aed68a color RGB value is (174,214,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 10001010
Octal 256 326 212
Decimal 174 214 138
Hex AE D6 8A

RGB Percentages of Color #aed68a

%33.08
%40.68
%26.24

CMYK Percentages of Color #aed68a

%19
%0
%36
%16

Triadic Colors of #aed68a

#aed68a #8aaed6 #d68aae

Analogous Colors of #aed68a

#aed68a #8ad68c #d4d68a

Monochromatic Colors of #aed68a

#aed68a

Complementary Color

#aed68a #b28ad6

#aed68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed68a Color CSS Codes

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

#aed68a Text Font Color

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

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


#aed68a Background Color

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

This div background color is #aed68a


#aed68a Border Color

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

This div border color is #aed68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed68a


Comments

No comments written yet.

Please login to write comment.