Color Hex Logo

#aedcd4 Color Hex

#AEDCD4
(174,220,212)
0 Favorites   0 Comments

Color spaces of #aedcd4

RGB 174220212
HSL0.470.400.77
HSV170°21°86°
CMYK 0.210.000.04   0.14
XYZ54.932464.938571.9265
Yxy64.93850.28640.3386
Hunter Lab80.5844-19.34373.4892
CIE-Lab84.4520-16.4972-0.9900

#aedcd4 color RGB value is (174,220,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11010100
Octal 256 334 324
Decimal 174 220 212
Hex AE DC D4

RGB Percentages of Color #aedcd4

%28.71
%36.30
%34.98

CMYK Percentages of Color #aedcd4

%21
%0
%4
%14

Triadic Colors of #aedcd4

#aedcd4 #d4aedc #dcd4ae

Analogous Colors of #aedcd4

#aedcd4 #aecddc #aedcbd

Monochromatic Colors of #aedcd4

#aedcd4

Complementary Color

#aedcd4 #dcaeb6

#aedcd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcd4 Color CSS Codes

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

#aedcd4 Text Font Color

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

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


#aedcd4 Background Color

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

This div background color is #aedcd4


#aedcd4 Border Color

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

This div border color is #aedcd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcd4


Comments

No comments written yet.

Please login to write comment.