Color Hex Logo

#aedda3 Color Hex

#AEDDA3
(174,221,163)
0 Favorites   0 Comments

Color spaces of #aedda3

RGB 174221163
HSL0.300.460.75
HSV109°26°87°
CMYK 0.210.000.26   0.13
XYZ49.922963.355944.2480
Yxy63.35590.31690.4022
Hunter Lab79.5964-27.338522.7579
CIE-Lab83.6293-26.016823.6339

#aedda3 color RGB value is (174,221,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10100011
Octal 256 335 243
Decimal 174 221 163
Hex AE DD A3

RGB Percentages of Color #aedda3

%31.18
%39.61
%29.21

CMYK Percentages of Color #aedda3

%21
%0
%26
%13

Triadic Colors of #aedda3

#aedda3 #a3aedd #dda3ae

Analogous Colors of #aedda3

#aedda3 #a3ddb5 #cbdda3

Monochromatic Colors of #aedda3

#aedda3

Complementary Color

#aedda3 #d2a3dd

#aedda3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedda3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedda3 Color CSS Codes

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

#aedda3 Text Font Color

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

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


#aedda3 Background Color

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

This div background color is #aedda3


#aedda3 Border Color

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

This div border color is #aedda3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedda3


Comments

No comments written yet.

Please login to write comment.