Color Hex Logo

#aedcd7 Color Hex

#AEDCD7
(174,220,215)
0 Favorites   0 Comments

Color spaces of #aedcd7

RGB 174220215
HSL0.480.400.77
HSV173°21°86°
CMYK 0.210.000.02   0.14
XYZ55.314565.091473.9385
Yxy65.09140.28460.3349
Hunter Lab80.6792-18.80732.1391
CIE-Lab84.5308-15.8734-2.4634

#aedcd7 color RGB value is (174,220,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11010111
Octal 256 334 327
Decimal 174 220 215
Hex AE DC D7

RGB Percentages of Color #aedcd7

%28.57
%36.12
%35.30

CMYK Percentages of Color #aedcd7

%21
%0
%2
%14

Triadic Colors of #aedcd7

#aedcd7 #d7aedc #dcd7ae

Analogous Colors of #aedcd7

#aedcd7 #aecadc #aedcc0

Monochromatic Colors of #aedcd7

#aedcd7

Complementary Color

#aedcd7 #dcaeb3

#aedcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcd7 Color CSS Codes

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

#aedcd7 Text Font Color

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

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


#aedcd7 Background Color

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

This div background color is #aedcd7


#aedcd7 Border Color

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

This div border color is #aedcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcd7


Comments

No comments written yet.

Please login to write comment.