Color Hex Logo

#aedec5 Color Hex

#AEDEC5
(174,222,197)
0 Favorites   0 Comments

Color spaces of #aedec5

RGB 174222197
HSL0.410.420.78
HSV149°22°87°
CMYK 0.220.000.11   0.13
XYZ53.654965.272462.5943
Yxy65.27240.29560.3596
Hunter Lab80.7913-22.840010.6181
CIE-Lab84.6239-20.49207.1910

#aedec5 color RGB value is (174,222,197).

#aedec5 hex color red value is 174, green value is 222 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #aedec5 hue: 0.41 , saturation: 0.42 and the lightness value of aedec5 is 0.78.

The process color (four color CMYK) of #aedec5 color hex is 0.22, 0.00, 0.11, 0.13. Web safe color of #aedec5 is #99cccc. Color #aedec5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 11000101
Octal 256 336 305
Decimal 174 222 197
Hex AE DE C5

RGB Percentages of Color #aedec5

%29.34
%37.44
%33.22

CMYK Percentages of Color #aedec5

%22
%0
%11
%13

Triadic Colors of #aedec5

#aedec5 #c5aede #dec5ae

Analogous Colors of #aedec5

#aedec5 #aededd #afdeae

Monochromatic Colors of #aedec5

#aedec5

Complementary Color

#aedec5 #deaec7

#aedec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedec5 Color CSS Codes

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

#aedec5 Text Font Color

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

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


#aedec5 Background Color

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

This div background color is #aedec5


#aedec5 Border Color

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

This div border color is #aedec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedec5


Comments

No comments written yet.

Please login to write comment.