Color Hex Logo

#aedca3 Color Hex

#AEDCA3
(174,220,163)
0 Favorites   0 Comments

Color spaces of #aedca3

RGB 174220163
HSL0.300.450.75
HSV108°26°86°
CMYK 0.210.000.26   0.14
XYZ49.659662.829444.1603
Yxy62.82940.31700.4011
Hunter Lab79.2650-26.883322.4537
CIE-Lab83.3525-25.534423.2547

#aedca3 color RGB value is (174,220,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10100011
Octal 256 334 243
Decimal 174 220 163
Hex AE DC A3

RGB Percentages of Color #aedca3

%31.24
%39.50
%29.26

CMYK Percentages of Color #aedca3

%21
%0
%26
%14

Triadic Colors of #aedca3

#aedca3 #a3aedc #dca3ae

Analogous Colors of #aedca3

#aedca3 #a3dcb5 #cbdca3

Monochromatic Colors of #aedca3

#aedca3

Complementary Color

#aedca3 #d1a3dc

#aedca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedca3 Color CSS Codes

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

#aedca3 Text Font Color

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

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


#aedca3 Background Color

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

This div background color is #aedca3


#aedca3 Border Color

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

This div border color is #aedca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedca3


Comments

No comments written yet.

Please login to write comment.