Color Hex Logo

#aed1ec Color Hex

#AED1EC
(174,209,236)
0 Favorites   0 Comments

Color spaces of #aed1ec

RGB 174209236
HSL0.570.620.80
HSV206°26°93°
CMYK 0.260.110.00   0.07
XYZ55.396360.655788.1449
Yxy60.65570.27130.2970
Hunter Lab77.8818-9.3283-12.5859
CIE-Lab82.1933-5.5922-17.0997

#aed1ec color RGB value is (174,209,236).

#aed1ec hex color red value is 174, green value is 209 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aed1ec hue: 0.57 , saturation: 0.62 and the lightness value of aed1ec is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 11101100
Octal 256 321 354
Decimal 174 209 236
Hex AE D1 EC

RGB Percentages of Color #aed1ec

%28.11
%33.76
%38.13

CMYK Percentages of Color #aed1ec

%26
%11
%0
%7

Triadic Colors of #aed1ec

#aed1ec #ecaed1 #d1ecae

Analogous Colors of #aed1ec

#aed1ec #aeb2ec #aeece8

Monochromatic Colors of #aed1ec

#aed1ec

Complementary Color

#aed1ec #ecc9ae

#aed1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1ec Color CSS Codes

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

#aed1ec Text Font Color

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

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


#aed1ec Background Color

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

This div background color is #aed1ec


#aed1ec Border Color

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

This div border color is #aed1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1ec


Comments

No comments written yet.

Please login to write comment.