Color Hex Logo

#aedcd0 Color Hex

#AEDCD0
(174,220,208)
0 Favorites   0 Comments

Color spaces of #aedcd0

RGB 174220208
HSL0.460.400.77
HSV164°21°86°
CMYK 0.210.000.05   0.14
XYZ54.433964.739169.3014
Yxy64.73910.28880.3435
Hunter Lab80.4606-20.04575.2555
CIE-Lab84.3491-17.31730.9779

#aedcd0 color RGB value is (174,220,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11010000
Octal 256 334 320
Decimal 174 220 208
Hex AE DC D0

RGB Percentages of Color #aedcd0

%28.90
%36.54
%34.55

CMYK Percentages of Color #aedcd0

%21
%0
%5
%14

Triadic Colors of #aedcd0

#aedcd0 #d0aedc #dcd0ae

Analogous Colors of #aedcd0

#aedcd0 #aed1dc #aedcb9

Monochromatic Colors of #aedcd0

#aedcd0

Complementary Color

#aedcd0 #dcaeba

#aedcd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcd0 Color CSS Codes

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

#aedcd0 Text Font Color

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

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


#aedcd0 Background Color

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

This div background color is #aedcd0


#aedcd0 Border Color

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

This div border color is #aedcd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcd0


Comments

No comments written yet.

Please login to write comment.