Color Hex Logo

#aededa Color Hex

#AEDEDA
(174,222,218)
0 Favorites   0 Comments

Color spaces of #aededa

RGB 174222218
HSL0.490.420.78
HSV175°22°87°
CMYK 0.220.000.02   0.13
XYZ56.231766.303276.1637
Yxy66.30320.28300.3337
Hunter Lab81.4268-19.22831.5410
CIE-Lab85.1508-16.2512-3.1405

#aededa color RGB value is (174,222,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 11011010
Octal 256 336 332
Decimal 174 222 218
Hex AE DE DA

RGB Percentages of Color #aededa

%28.34
%36.16
%35.50

CMYK Percentages of Color #aededa

%22
%0
%2
%13

Triadic Colors of #aededa

#aededa #daaede #dedaae

Analogous Colors of #aededa

#aededa #aecade #aedec2

Monochromatic Colors of #aededa

#aededa

Complementary Color

#aededa #deaeb2

#aededa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aededa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aededa Color CSS Codes

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

#aededa Text Font Color

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

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


#aededa Background Color

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

This div background color is #aededa


#aededa Border Color

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

This div border color is #aededa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aededa


Comments

No comments written yet.

Please login to write comment.