Color Hex Logo

#aedced Color Hex

#AEDCED
(174,220,237)
0 Favorites   0 Comments

Color spaces of #aedced

RGB 174220237
HSL0.540.640.81
HSV196°27°93°
CMYK 0.270.070.00   0.07
XYZ58.334866.299589.8433
Yxy66.29950.27200.3091
Hunter Lab81.4245-14.6105-8.4231
CIE-Lab85.1490-11.0741-13.1933

#aedced color RGB value is (174,220,237).

#aedced hex color red value is 174, green value is 220 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aedced hue: 0.54 , saturation: 0.64 and the lightness value of aedced is 0.81.

The process color (four color CMYK) of #aedced color hex is 0.27, 0.07, 0.00, 0.07. Web safe color of #aedced is #99ccff. Color #aedced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11101101
Octal 256 334 355
Decimal 174 220 237
Hex AE DC ED

RGB Percentages of Color #aedced

%27.58
%34.87
%37.56

CMYK Percentages of Color #aedced

%27
%7
%0
%7

Triadic Colors of #aedced

#aedced #edaedc #dcedae

Analogous Colors of #aedced

#aedced #aebded #aeeddf

Monochromatic Colors of #aedced

#aedced

Complementary Color

#aedced #edbfae

#aedced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedced Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedced Color CSS Codes

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

#aedced Text Font Color

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

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


#aedced Background Color

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

This div background color is #aedced


#aedced Border Color

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

This div border color is #aedced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedced


Comments

No comments written yet.

Please login to write comment.