Color Hex Logo

#aedcd3 Color Hex

#AEDCD3
(174,220,211)
0 Favorites   0 Comments

Color spaces of #aedcd3

RGB 174220211
HSL0.470.400.77
HSV168°21°86°
CMYK 0.210.000.04   0.14
XYZ54.806664.888271.2641
Yxy64.88820.28700.3398
Hunter Lab80.5532-19.52073.9344
CIE-Lab84.4261-16.7036-0.4984

#aedcd3 color RGB value is (174,220,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11010011
Octal 256 334 323
Decimal 174 220 211
Hex AE DC D3

RGB Percentages of Color #aedcd3

%28.76
%36.36
%34.88

CMYK Percentages of Color #aedcd3

%21
%0
%4
%14

Triadic Colors of #aedcd3

#aedcd3 #d3aedc #dcd3ae

Analogous Colors of #aedcd3

#aedcd3 #aecedc #aedcbc

Monochromatic Colors of #aedcd3

#aedcd3

Complementary Color

#aedcd3 #dcaeb7

#aedcd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcd3 Color CSS Codes

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

#aedcd3 Text Font Color

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

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


#aedcd3 Background Color

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

This div background color is #aedcd3


#aedcd3 Border Color

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

This div border color is #aedcd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcd3


Comments

No comments written yet.

Please login to write comment.