Color Hex Logo

#aed4fb Color Hex

#AED4FB
(174,212,251)
0 Favorites   0 Comments

Color spaces of #aed4fb

RGB 174212251
HSL0.580.910.83
HSV210°31°98°
CMYK 0.310.160.00   0.02
XYZ58.411663.0507100.3582
Yxy63.05070.26330.2842
Hunter Lab79.4045-7.6495-19.3527
CIE-Lab83.4690-3.6467-23.1396

#aed4fb color RGB value is (174,212,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 11111011
Octal 256 324 373
Decimal 174 212 251
Hex AE D4 FB

RGB Percentages of Color #aed4fb

%27.32
%33.28
%39.40

CMYK Percentages of Color #aed4fb

%31
%16
%0
%2

Triadic Colors of #aed4fb

#aed4fb #fbaed4 #d4fbae

Analogous Colors of #aed4fb

#aed4fb #afaefb #aefbfb

Monochromatic Colors of #aed4fb

#aed4fb

Complementary Color

#aed4fb #fbd5ae

#aed4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed4fb Color CSS Codes

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

#aed4fb Text Font Color

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

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


#aed4fb Background Color

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

This div background color is #aed4fb


#aed4fb Border Color

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

This div border color is #aed4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed4fb


Comments

No comments written yet.

Please login to write comment.