Color Hex Logo

#aedcd5 Color Hex

#AEDCD5
(174,220,213)
0 Favorites   0 Comments

Color spaces of #aedcd5

RGB 174220213
HSL0.470.400.77
HSV171°21°86°
CMYK 0.210.000.03   0.14
XYZ55.059064.989272.5930
Yxy64.98920.28580.3374
Hunter Lab80.6159-19.16593.0416
CIE-Lab84.4782-16.2902-1.4813

#aedcd5 color RGB value is (174,220,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11010101
Octal 256 334 325
Decimal 174 220 213
Hex AE DC D5

RGB Percentages of Color #aedcd5

%28.67
%36.24
%35.09

CMYK Percentages of Color #aedcd5

%21
%0
%3
%14

Triadic Colors of #aedcd5

#aedcd5 #d5aedc #dcd5ae

Analogous Colors of #aedcd5

#aedcd5 #aeccdc #aedcbe

Monochromatic Colors of #aedcd5

#aedcd5

Complementary Color

#aedcd5 #dcaeb5

#aedcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcd5 Color CSS Codes

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

#aedcd5 Text Font Color

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

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


#aedcd5 Background Color

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

This div background color is #aedcd5


#aedcd5 Border Color

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

This div border color is #aedcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcd5


Comments

No comments written yet.

Please login to write comment.