Color Hex Logo

#aedca0 Color Hex

#AEDCA0
(174,220,160)
0 Favorites   0 Comments

Color spaces of #aedca0

RGB 174220160
HSL0.290.460.75
HSV106°27°86°
CMYK 0.210.000.27   0.14
XYZ49.393962.723142.7611
Yxy62.72310.31890.4050
Hunter Lab79.1979-27.270123.4263
CIE-Lab83.2965-26.012324.7384

#aedca0 color RGB value is (174,220,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10100000
Octal 256 334 240
Decimal 174 220 160
Hex AE DC A0

RGB Percentages of Color #aedca0

%31.41
%39.71
%28.88

CMYK Percentages of Color #aedca0

%21
%0
%27
%14

Triadic Colors of #aedca0

#aedca0 #a0aedc #dca0ae

Analogous Colors of #aedca0

#aedca0 #a0dcb0 #ccdca0

Monochromatic Colors of #aedca0

#aedca0

Complementary Color

#aedca0 #cea0dc

#aedca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedca0 Color CSS Codes

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

#aedca0 Text Font Color

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

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


#aedca0 Background Color

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

This div background color is #aedca0


#aedca0 Border Color

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

This div border color is #aedca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedca0


Comments

No comments written yet.

Please login to write comment.