Color Hex Logo

#aedd99 Color Hex

#AEDD99
(174,221,153)
0 Favorites   0 Comments

Color spaces of #aedd99

RGB 174221153
HSL0.280.500.73
HSV101°31°87°
CMYK 0.210.000.31   0.13
XYZ49.061863.011539.7136
Yxy63.01150.32320.4151
Hunter Lab79.3798-28.590225.9031
CIE-Lab83.4484-27.570228.5658

#aedd99 color RGB value is (174,221,153).

#aedd99 hex color red value is 174, green value is 221 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aedd99 hue: 0.28 , saturation: 0.50 and the lightness value of aedd99 is 0.73.

The process color (four color CMYK) of #aedd99 color hex is 0.21, 0.00, 0.31, 0.13. Web safe color of #aedd99 is #99cc99. Color #aedd99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10011001
Octal 256 335 231
Decimal 174 221 153
Hex AE DD 99

RGB Percentages of Color #aedd99

%31.75
%40.33
%27.92

CMYK Percentages of Color #aedd99

%21
%0
%31
%13

Triadic Colors of #aedd99

#aedd99 #99aedd #dd99ae

Analogous Colors of #aedd99

#aedd99 #99dda6 #d0dd99

Monochromatic Colors of #aedd99

#aedd99

Complementary Color

#aedd99 #c899dd

#aedd99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd99 Color CSS Codes

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

#aedd99 Text Font Color

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

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


#aedd99 Background Color

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

This div background color is #aedd99


#aedd99 Border Color

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

This div border color is #aedd99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd99


Comments

No comments written yet.

Please login to write comment.