Color Hex Logo

#aeddad Color Hex

#AEDDAD
(174,221,173)
0 Favorites   0 Comments

Color spaces of #aeddad

RGB 174221173
HSL0.330.410.77
HSV119°22°87°
CMYK 0.210.000.22   0.13
XYZ50.854863.728749.1557
Yxy63.72870.31060.3892
Hunter Lab79.8303-25.991919.3732
CIE-Lab83.8243-24.362818.6841

#aeddad color RGB value is (174,221,173).

#aeddad hex color red value is 174, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aeddad hue: 0.33 , saturation: 0.41 and the lightness value of aeddad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10101101
Octal 256 335 255
Decimal 174 221 173
Hex AE DD AD

RGB Percentages of Color #aeddad

%30.63
%38.91
%30.46

CMYK Percentages of Color #aeddad

%21
%0
%22
%13

Triadic Colors of #aeddad

#aeddad #adaedd #ddadae

Analogous Colors of #aeddad

#aeddad #adddc4 #c6ddad

Monochromatic Colors of #aeddad

#aeddad

Complementary Color

#aeddad #dcaddd

#aeddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddad Color CSS Codes

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

#aeddad Text Font Color

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

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


#aeddad Background Color

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

This div background color is #aeddad


#aeddad Border Color

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

This div border color is #aeddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddad


Comments

No comments written yet.

Please login to write comment.