Color Hex Logo

#aed4ec Color Hex

#AED4EC
(174,212,236)
0 Favorites   0 Comments

Color spaces of #aed4ec

RGB 174212236
HSL0.560.620.80
HSV203°26°93°
CMYK 0.260.100.00   0.07
XYZ56.139462.141888.3926
Yxy62.14180.27160.3007
Hunter Lab78.8301-10.8326-11.3012
CIE-Lab82.9888-7.1617-15.9026

#aed4ec color RGB value is (174,212,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 11101100
Octal 256 324 354
Decimal 174 212 236
Hex AE D4 EC

RGB Percentages of Color #aed4ec

%27.97
%34.08
%37.94

CMYK Percentages of Color #aed4ec

%26
%10
%0
%7

Triadic Colors of #aed4ec

#aed4ec #ecaed4 #d4ecae

Analogous Colors of #aed4ec

#aed4ec #aeb5ec #aeece5

Monochromatic Colors of #aed4ec

#aed4ec

Complementary Color

#aed4ec #ecc6ae

#aed4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed4ec Color CSS Codes

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

#aed4ec Text Font Color

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

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


#aed4ec Background Color

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

This div background color is #aed4ec


#aed4ec Border Color

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

This div border color is #aed4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed4ec


Comments

No comments written yet.

Please login to write comment.