Color Hex Logo

#aed9fb Color Hex

#AED9FB
(174,217,251)
0 Favorites   0 Comments

Color spaces of #aed9fb

RGB 174217251
HSL0.570.910.83
HSV206°31°98°
CMYK 0.310.140.00   0.02
XYZ59.681065.5894100.7813
Yxy65.58940.26400.2902
Hunter Lab80.9873-10.1879-17.0899
CIE-Lab84.7865-6.2682-21.1412

#aed9fb color RGB value is (174,217,251).

#aed9fb hex color red value is 174, green value is 217 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aed9fb hue: 0.57 , saturation: 0.91 and the lightness value of aed9fb is 0.83.

The process color (four color CMYK) of #aed9fb color hex is 0.31, 0.14, 0.00, 0.02. Web safe color of #aed9fb is #99ccff. Color #aed9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 11111011
Octal 256 331 373
Decimal 174 217 251
Hex AE D9 FB

RGB Percentages of Color #aed9fb

%27.10
%33.80
%39.10

CMYK Percentages of Color #aed9fb

%31
%14
%0
%2

Triadic Colors of #aed9fb

#aed9fb #fbaed9 #d9fbae

Analogous Colors of #aed9fb

#aed9fb #aeb3fb #aefbf7

Monochromatic Colors of #aed9fb

#aed9fb

Complementary Color

#aed9fb #fbd0ae

#aed9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed9fb Color CSS Codes

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

#aed9fb Text Font Color

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

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


#aed9fb Background Color

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

This div background color is #aed9fb


#aed9fb Border Color

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

This div border color is #aed9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed9fb


Comments

No comments written yet.

Please login to write comment.