Color Hex Logo

#aed5ec Color Hex

#AED5EC
(174,213,236)
0 Favorites   0 Comments

Color spaces of #aed5ec

RGB 174213236
HSL0.560.620.80
HSV202°26°93°
CMYK 0.260.100.00   0.07
XYZ56.390162.643388.4762
Yxy62.64330.27170.3019
Hunter Lab79.1475-11.3326-10.8749
CIE-Lab83.2543-7.6829-15.5035

#aed5ec color RGB value is (174,213,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010101 11101100
Octal 256 325 354
Decimal 174 213 236
Hex AE D5 EC

RGB Percentages of Color #aed5ec

%27.93
%34.19
%37.88

CMYK Percentages of Color #aed5ec

%26
%10
%0
%7

Triadic Colors of #aed5ec

#aed5ec #ecaed5 #d5ecae

Analogous Colors of #aed5ec

#aed5ec #aeb6ec #aeece4

Monochromatic Colors of #aed5ec

#aed5ec

Complementary Color

#aed5ec #ecc5ae

#aed5ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed5ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed5ec Color CSS Codes

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

#aed5ec Text Font Color

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

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


#aed5ec Background Color

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

This div background color is #aed5ec


#aed5ec Border Color

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

This div border color is #aed5ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,213,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 #aed5ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed5ec


Comments

No comments written yet.

Please login to write comment.