Color Hex Logo

#aed4ed Color Hex

#AED4ED
(174,212,237)
0 Favorites   0 Comments

Color spaces of #aed4ed

RGB 174212237
HSL0.570.640.81
HSV204°27°93°
CMYK 0.270.110.00   0.07
XYZ56.285162.200189.1600
Yxy62.20010.27110.2995
Hunter Lab78.8670-10.6271-11.8210
CIE-Lab83.0197-6.9325-16.3876

#aed4ed color RGB value is (174,212,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 11101101
Octal 256 324 355
Decimal 174 212 237
Hex AE D4 ED

RGB Percentages of Color #aed4ed

%27.93
%34.03
%38.04

CMYK Percentages of Color #aed4ed

%27
%11
%0
%7

Triadic Colors of #aed4ed

#aed4ed #edaed4 #d4edae

Analogous Colors of #aed4ed

#aed4ed #aeb5ed #aeede7

Monochromatic Colors of #aed4ed

#aed4ed

Complementary Color

#aed4ed #edc7ae

#aed4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed4ed Color CSS Codes

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

#aed4ed Text Font Color

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

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


#aed4ed Background Color

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

This div background color is #aed4ed


#aed4ed Border Color

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

This div border color is #aed4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed4ed


Comments

No comments written yet.

Please login to write comment.