Color Hex Logo

#aed9ef Color Hex

#AED9EF
(174,217,239)
0 Favorites   0 Comments

Color spaces of #aed9ef

RGB 174217239
HSL0.560.670.81
HSV200°27°94°
CMYK 0.270.090.00   0.06
XYZ57.848464.856491.1310
Yxy64.85640.27050.3033
Hunter Lab80.5335-12.7143-10.7186
CIE-Lab84.4097-9.0719-15.3599

#aed9ef color RGB value is (174,217,239).

#aed9ef hex color red value is 174, green value is 217 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aed9ef hue: 0.56 , saturation: 0.67 and the lightness value of aed9ef is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 11101111
Octal 256 331 357
Decimal 174 217 239
Hex AE D9 EF

RGB Percentages of Color #aed9ef

%27.62
%34.44
%37.94

CMYK Percentages of Color #aed9ef

%27
%9
%0
%6

Triadic Colors of #aed9ef

#aed9ef #efaed9 #d9efae

Analogous Colors of #aed9ef

#aed9ef #aeb9ef #aeefe5

Monochromatic Colors of #aed9ef

#aed9ef

Complementary Color

#aed9ef #efc4ae

#aed9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed9ef Color CSS Codes

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

#aed9ef Text Font Color

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

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


#aed9ef Background Color

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

This div background color is #aed9ef


#aed9ef Border Color

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

This div border color is #aed9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed9ef


Comments

No comments written yet.

Please login to write comment.