Color Hex Logo

#aedddc Color Hex

#AEDDDC
(174,221,220)
0 Favorites   0 Comments

Color spaces of #aedddc

RGB 174221220
HSL0.500.410.77
HSV179°21°87°
CMYK 0.210.000.00   0.13
XYZ56.230365.878977.4624
Yxy65.87890.28180.3301
Hunter Lab81.1658-18.37840.2313
CIE-Lab84.9346-15.3227-4.5168

#aedddc color RGB value is (174,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11011100
Octal 256 335 334
Decimal 174 221 220
Hex AE DD DC

RGB Percentages of Color #aedddc

%28.29
%35.93
%35.77

CMYK Percentages of Color #aedddc

%21
%0
%0
%13

Triadic Colors of #aedddc

#aedddc #dcaedd #dddcae

Analogous Colors of #aedddc

#aedddc #aec7dd #aeddc5

Monochromatic Colors of #aedddc

#aedddc

Complementary Color

#aedddc #ddaeaf

#aedddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedddc Color CSS Codes

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

#aedddc Text Font Color

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

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


#aedddc Background Color

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

This div background color is #aedddc


#aedddc Border Color

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

This div border color is #aedddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedddc

#aedddc Color Palettes


Comments

No comments written yet.

Please login to write comment.