Color Hex Logo

#aed5fb Color Hex

#AED5FB
(174,213,251)
0 Favorites   0 Comments

Color spaces of #aed5fb

RGB 174213251
HSL0.580.910.83
HSV210°31°98°
CMYK 0.310.150.00   0.02
XYZ58.662463.5522100.4418
Yxy63.55220.26350.2854
Hunter Lab79.7196-8.1585-18.8980
CIE-Lab83.7321-4.1729-22.7402

#aed5fb color RGB value is (174,213,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010101 11111011
Octal 256 325 373
Decimal 174 213 251
Hex AE D5 FB

RGB Percentages of Color #aed5fb

%27.27
%33.39
%39.34

CMYK Percentages of Color #aed5fb

%31
%15
%0
%2

Triadic Colors of #aed5fb

#aed5fb #fbaed5 #d5fbae

Analogous Colors of #aed5fb

#aed5fb #aeaffb #aefbfb

Monochromatic Colors of #aed5fb

#aed5fb

Complementary Color

#aed5fb #fbd4ae

#aed5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed5fb Color CSS Codes

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

#aed5fb Text Font Color

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

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


#aed5fb Background Color

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

This div background color is #aed5fb


#aed5fb Border Color

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

This div border color is #aed5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed5fb


Comments

No comments written yet.

Please login to write comment.