Color Hex Logo

#aedafb Color Hex

#AEDAFB
(174,218,251)
0 Favorites   0 Comments

Color spaces of #aedafb

RGB 174218251
HSL0.570.910.83
HSV206°31°98°
CMYK 0.310.130.00   0.02
XYZ59.939566.1065100.8675
Yxy66.10650.26420.2913
Hunter Lab81.3059-10.6934-16.6406
CIE-Lab85.0507-6.7896-20.7413

#aedafb color RGB value is (174,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 11111011
Octal 256 332 373
Decimal 174 218 251
Hex AE DA FB

RGB Percentages of Color #aedafb

%27.06
%33.90
%39.04

CMYK Percentages of Color #aedafb

%31
%13
%0
%2

Triadic Colors of #aedafb

#aedafb #fbaeda #dafbae

Analogous Colors of #aedafb

#aedafb #aeb4fb #aefbf6

Monochromatic Colors of #aedafb

#aedafb

Complementary Color

#aedafb #fbcfae

#aedafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedafb Color CSS Codes

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

#aedafb Text Font Color

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

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


#aedafb Background Color

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

This div background color is #aedafb


#aedafb Border Color

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

This div border color is #aedafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedafb


Comments

No comments written yet.

Please login to write comment.