Color Hex Logo

#aedcda Color Hex

#AEDCDA
(174,220,218)
0 Favorites   0 Comments

Color spaces of #aedcda

RGB 174220218
HSL0.490.400.77
HSV177°21°86°
CMYK 0.210.000.01   0.14
XYZ55.703665.247075.9877
Yxy65.24700.28280.3313
Hunter Lab80.7756-18.26210.7673
CIE-Lab84.6109-15.2418-3.9347

#aedcda color RGB value is (174,220,218).

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

The process color (four color CMYK) of #aedcda color hex is 0.21, 0.00, 0.01, 0.14. Web safe color of #aedcda is #99cccc. Color #aedcda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11011010
Octal 256 334 332
Decimal 174 220 218
Hex AE DC DA

RGB Percentages of Color #aedcda

%28.43
%35.95
%35.62

CMYK Percentages of Color #aedcda

%21
%0
%1
%14

Triadic Colors of #aedcda

#aedcda #daaedc #dcdaae

Analogous Colors of #aedcda

#aedcda #aec7dc #aedcc3

Monochromatic Colors of #aedcda

#aedcda

Complementary Color

#aedcda #dcaeb0

#aedcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcda Color CSS Codes

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

#aedcda Text Font Color

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

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


#aedcda Background Color

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

This div background color is #aedcda


#aedcda Border Color

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

This div border color is #aedcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcda


Comments

No comments written yet.

Please login to write comment.