Color Hex Logo

#aedea3 Color Hex

#AEDEA3
(174,222,163)
0 Favorites   0 Comments

Color spaces of #aedea3

RGB 174222163
HSL0.300.470.75
HSV109°27°87°
CMYK 0.220.000.27   0.13
XYZ50.187763.885644.3363
Yxy63.88560.31680.4033
Hunter Lab79.9285-27.793323.0618
CIE-Lab83.9062-26.498324.0128

#aedea3 color RGB value is (174,222,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 10100011
Octal 256 336 243
Decimal 174 222 163
Hex AE DE A3

RGB Percentages of Color #aedea3

%31.13
%39.71
%29.16

CMYK Percentages of Color #aedea3

%22
%0
%27
%13

Triadic Colors of #aedea3

#aedea3 #a3aede #dea3ae

Analogous Colors of #aedea3

#aedea3 #a3deb6 #ccdea3

Monochromatic Colors of #aedea3

#aedea3

Complementary Color

#aedea3 #d3a3de

#aedea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedea3 Color CSS Codes

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

#aedea3 Text Font Color

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

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


#aedea3 Background Color

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

This div background color is #aedea3


#aedea3 Border Color

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

This div border color is #aedea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedea3


Comments

No comments written yet.

Please login to write comment.