Color Hex Logo

#aed8fb Color Hex

#AED8FB
(174,216,251)
0 Favorites   0 Comments

Color spaces of #aed8fb

RGB 174216251
HSL0.580.910.83
HSV207°31°98°
CMYK 0.310.140.00   0.02
XYZ59.424065.0754100.6956
Yxy65.07540.26390.2890
Hunter Lab80.6693-9.6816-17.5403
CIE-Lab84.5226-5.7459-21.5411

#aed8fb color RGB value is (174,216,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 11111011
Octal 256 330 373
Decimal 174 216 251
Hex AE D8 FB

RGB Percentages of Color #aed8fb

%27.15
%33.70
%39.16

CMYK Percentages of Color #aed8fb

%31
%14
%0
%2

Triadic Colors of #aed8fb

#aed8fb #fbaed8 #d8fbae

Analogous Colors of #aed8fb

#aed8fb #aeb2fb #aefbf8

Monochromatic Colors of #aed8fb

#aed8fb

Complementary Color

#aed8fb #fbd1ae

#aed8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed8fb Color CSS Codes

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

#aed8fb Text Font Color

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

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


#aed8fb Background Color

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

This div background color is #aed8fb


#aed8fb Border Color

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

This div border color is #aed8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed8fb


Comments

No comments written yet.

Please login to write comment.