Color Hex Logo

#aeded4 Color Hex

#AEDED4
(174,222,212)
0 Favorites   0 Comments

Color spaces of #aeded4

RGB 174222212
HSL0.470.420.78
HSV168°22°87°
CMYK 0.220.000.05   0.13
XYZ55.460565.994772.1025
Yxy65.99470.28650.3410
Hunter Lab81.2371-20.30324.2428
CIE-Lab84.9937-17.5017-0.1981

#aeded4 color RGB value is (174,222,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 11010100
Octal 256 336 324
Decimal 174 222 212
Hex AE DE D4

RGB Percentages of Color #aeded4

%28.62
%36.51
%34.87

CMYK Percentages of Color #aeded4

%22
%0
%5
%13

Triadic Colors of #aeded4

#aeded4 #d4aede #ded4ae

Analogous Colors of #aeded4

#aeded4 #aed0de #aedebc

Monochromatic Colors of #aeded4

#aeded4

Complementary Color

#aeded4 #deaeb8

#aeded4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeded4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeded4 Color CSS Codes

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

#aeded4 Text Font Color

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

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


#aeded4 Background Color

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

This div background color is #aeded4


#aeded4 Border Color

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

This div border color is #aeded4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeded4


Comments

No comments written yet.

Please login to write comment.