Color Hex Logo

#aedea8 Color Hex

#AEDEA8
(174,222,168)
0 Favorites   0 Comments

Color spaces of #aedea8

RGB 174222168
HSL0.310.450.76
HSV113°24°87°
CMYK 0.220.000.24   0.13
XYZ50.644764.068446.7430
Yxy64.06840.31370.3968
Hunter Lab80.0427-27.134121.4060
CIE-Lab84.0014-25.685721.5418

#aedea8 color RGB value is (174,222,168).

#aedea8 hex color red value is 174, green value is 222 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #aedea8 hue: 0.31 , saturation: 0.45 and the lightness value of aedea8 is 0.76.

The process color (four color CMYK) of #aedea8 color hex is 0.22, 0.00, 0.24, 0.13. Web safe color of #aedea8 is #99cc99. Color #aedea8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 10101000
Octal 256 336 250
Decimal 174 222 168
Hex AE DE A8

RGB Percentages of Color #aedea8

%30.85
%39.36
%29.79

CMYK Percentages of Color #aedea8

%22
%0
%24
%13

Triadic Colors of #aedea8

#aedea8 #a8aede #dea8ae

Analogous Colors of #aedea8

#aedea8 #a8debd #c9dea8

Monochromatic Colors of #aedea8

#aedea8

Complementary Color

#aedea8 #d8a8de

#aedea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedea8 Color CSS Codes

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

#aedea8 Text Font Color

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

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


#aedea8 Background Color

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

This div background color is #aedea8


#aedea8 Border Color

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

This div border color is #aedea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedea8


Comments

No comments written yet.

Please login to write comment.