Color Hex Logo

#aed099 Color Hex

#AED099
(174,208,153)
0 Favorites   0 Comments

Color spaces of #aed099

RGB 174208153
HSL0.270.370.71
HSV97°26°82°
CMYK 0.160.000.26   0.18
XYZ45.761256.410338.6134
Yxy56.41030.32500.4007
Hunter Lab75.1068-22.680122.0930
CIE-Lab79.8468-21.249723.6880

#aed099 color RGB value is (174,208,153).

#aed099 hex color red value is 174, green value is 208 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aed099 hue: 0.27 , saturation: 0.37 and the lightness value of aed099 is 0.71.

The process color (four color CMYK) of #aed099 color hex is 0.16, 0.00, 0.26, 0.18. Web safe color of #aed099 is #99cc99. Color #aed099 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 10011001
Octal 256 320 231
Decimal 174 208 153
Hex AE D0 99

RGB Percentages of Color #aed099

%32.52
%38.88
%28.60

CMYK Percentages of Color #aed099

%16
%0
%26
%18

Triadic Colors of #aed099

#aed099 #99aed0 #d099ae

Analogous Colors of #aed099

#aed099 #99d0a0 #cad099

Monochromatic Colors of #aed099

#aed099

Complementary Color

#aed099 #bb99d0

#aed099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed099 Color CSS Codes

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

#aed099 Text Font Color

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

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


#aed099 Background Color

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

This div background color is #aed099


#aed099 Border Color

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

This div border color is #aed099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed099


Comments

No comments written yet.

Please login to write comment.