Color Hex Logo

#aedada Color Hex

#AEDADA
(174,218,218)
0 Favorites   0 Comments

Color spaces of #aedada

RGB 174218218
HSL0.500.370.77
HSV180°20°85°
CMYK 0.200.000.00   0.15
XYZ55.181964.203475.8138
Yxy64.20340.28270.3289
Hunter Lab80.1270-17.2929-0.0095
CIE-Lab84.0716-14.2277-4.7291

#aedada color RGB value is (174,218,218).

#aedada hex color red value is 174, green value is 218 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aedada hue: 0.50 , saturation: 0.37 and the lightness value of aedada is 0.77.

The process color (four color CMYK) of #aedada color hex is 0.20, 0.00, 0.00, 0.15. Web safe color of #aedada is #99cccc. Color #aedada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 11011010
Octal 256 332 332
Decimal 174 218 218
Hex AE DA DA

RGB Percentages of Color #aedada

%28.52
%35.74
%35.74

CMYK Percentages of Color #aedada

%20
%0
%0
%15

Triadic Colors of #aedada

#aedada #daaeda #dadaae

Analogous Colors of #aedada

#aedada #aec4da #aedac4

Monochromatic Colors of #aedada

#aedada

Complementary Color

#aedada #daaeae

#aedada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedada Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedada Color CSS Codes

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

#aedada Text Font Color

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

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


#aedada Background Color

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

This div background color is #aedada


#aedada Border Color

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

This div border color is #aedada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,218,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 #aedada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedada


Comments

No comments written yet.

Please login to write comment.