Color Hex Logo

#aedcc5 Color Hex

#AEDCC5
(174,220,197)
0 Favorites   0 Comments

Color spaces of #aedcc5

RGB 174220197
HSL0.420.400.77
HSV150°21°86°
CMYK 0.210.000.10   0.14
XYZ53.126864.216362.4182
Yxy64.21630.29550.3572
Hunter Lab80.1351-21.89709.9128
CIE-Lab84.0783-19.50036.4064

#aedcc5 color RGB value is (174,220,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11000101
Octal 256 334 305
Decimal 174 220 197
Hex AE DC C5

RGB Percentages of Color #aedcc5

%29.44
%37.23
%33.33

CMYK Percentages of Color #aedcc5

%21
%0
%10
%14

Triadic Colors of #aedcc5

#aedcc5 #c5aedc #dcc5ae

Analogous Colors of #aedcc5

#aedcc5 #aedcdc #aedcae

Monochromatic Colors of #aedcc5

#aedcc5

Complementary Color

#aedcc5 #dcaec5

#aedcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcc5 Color CSS Codes

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

#aedcc5 Text Font Color

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

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


#aedcc5 Background Color

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

This div background color is #aedcc5


#aedcc5 Border Color

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

This div border color is #aedcc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcc5


Comments

No comments written yet.

Please login to write comment.