Color Hex Logo

#aedec0 Color Hex

#AEDEC0
(174,222,192)
0 Favorites   0 Comments

Color spaces of #aedec0

RGB 174222192
HSL0.400.420.78
HSV143°22°87°
CMYK 0.220.000.14   0.13
XYZ53.091365.047059.6263
Yxy65.04700.29870.3659
Hunter Lab80.6517-23.637812.6228
CIE-Lab84.5079-21.44429.6622

#aedec0 color RGB value is (174,222,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 11000000
Octal 256 336 300
Decimal 174 222 192
Hex AE DE C0

RGB Percentages of Color #aedec0

%29.59
%37.76
%32.65

CMYK Percentages of Color #aedec0

%22
%0
%14
%13

Triadic Colors of #aedec0

#aedec0 #c0aede #dec0ae

Analogous Colors of #aedec0

#aedec0 #aeded8 #b4deae

Monochromatic Colors of #aedec0

#aedec0

Complementary Color

#aedec0 #deaecc

#aedec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedec0 Color CSS Codes

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

#aedec0 Text Font Color

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

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


#aedec0 Background Color

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

This div background color is #aedec0


#aedec0 Border Color

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

This div border color is #aedec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedec0


Comments

No comments written yet.

Please login to write comment.