Color Hex Logo

#aedcd6 Color Hex

#AEDCD6
(174,220,214)
0 Favorites   0 Comments

Color spaces of #aedcd6

RGB 174220214
HSL0.480.400.77
HSV172°21°86°
CMYK 0.210.000.03   0.14
XYZ55.186465.040173.2637
Yxy65.04010.28520.3361
Hunter Lab80.6474-18.98692.5916
CIE-Lab84.5044-16.0820-1.9726

#aedcd6 color RGB value is (174,220,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11010110
Octal 256 334 326
Decimal 174 220 214
Hex AE DC D6

RGB Percentages of Color #aedcd6

%28.62
%36.18
%35.20

CMYK Percentages of Color #aedcd6

%21
%0
%3
%14

Triadic Colors of #aedcd6

#aedcd6 #d6aedc #dcd6ae

Analogous Colors of #aedcd6

#aedcd6 #aecbdc #aedcbf

Monochromatic Colors of #aedcd6

#aedcd6

Complementary Color

#aedcd6 #dcaeb4

#aedcd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcd6 Color CSS Codes

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

#aedcd6 Text Font Color

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

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


#aedcd6 Background Color

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

This div background color is #aedcd6


#aedcd6 Border Color

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

This div border color is #aedcd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcd6


Comments

No comments written yet.

Please login to write comment.