Color Hex Logo

#aedec9 Color Hex

#AEDEC9
(174,222,201)
0 Favorites   0 Comments

Color spaces of #aedec9

RGB 174222201
HSL0.430.420.78
HSV154°22°87°
CMYK 0.220.000.09   0.13
XYZ54.119565.458365.0407
Yxy65.45830.29310.3546
Hunter Lab80.9063-22.18468.9711
CIE-Lab84.7193-19.71415.2167

#aedec9 color RGB value is (174,222,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 11001001
Octal 256 336 311
Decimal 174 222 201
Hex AE DE C9

RGB Percentages of Color #aedec9

%29.15
%37.19
%33.67

CMYK Percentages of Color #aedec9

%22
%0
%9
%13

Triadic Colors of #aedec9

#aedec9 #c9aede #dec9ae

Analogous Colors of #aedec9

#aedec9 #aedbde #aedeb1

Monochromatic Colors of #aedec9

#aedec9

Complementary Color

#aedec9 #deaec3

#aedec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedec9 Color CSS Codes

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

#aedec9 Text Font Color

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

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


#aedec9 Background Color

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

This div background color is #aedec9


#aedec9 Border Color

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

This div border color is #aedec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedec9


Comments

No comments written yet.

Please login to write comment.