Color Hex Logo

#aedda2 Color Hex

#AEDDA2
(174,221,162)
0 Favorites   0 Comments

Color spaces of #aedda2

RGB 174221162
HSL0.300.460.75
HSV108°27°87°
CMYK 0.210.000.27   0.13
XYZ49.833663.320243.7779
Yxy63.32020.31750.4035
Hunter Lab79.5740-27.468023.0832
CIE-Lab83.6106-26.176824.1281

#aedda2 color RGB value is (174,221,162).

#aedda2 hex color red value is 174, green value is 221 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #aedda2 hue: 0.30 , saturation: 0.46 and the lightness value of aedda2 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10100010
Octal 256 335 242
Decimal 174 221 162
Hex AE DD A2

RGB Percentages of Color #aedda2

%31.24
%39.68
%29.08

CMYK Percentages of Color #aedda2

%21
%0
%27
%13

Triadic Colors of #aedda2

#aedda2 #a2aedd #dda2ae

Analogous Colors of #aedda2

#aedda2 #a2ddb4 #ccdda2

Monochromatic Colors of #aedda2

#aedda2

Complementary Color

#aedda2 #d1a2dd

#aedda2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedda2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedda2 Color CSS Codes

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

#aedda2 Text Font Color

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

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


#aedda2 Background Color

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

This div background color is #aedda2


#aedda2 Border Color

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

This div border color is #aedda2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedda2


Comments

No comments written yet.

Please login to write comment.