Color Hex Logo

#aedbfb Color Hex

#AEDBFB
(174,219,251)
0 Favorites   0 Comments

Color spaces of #aedbfb

RGB 174219251
HSL0.570.910.83
HSV205°31°98°
CMYK 0.310.130.00   0.02
XYZ60.199766.6267100.9542
Yxy66.62670.26430.2925
Hunter Lab81.6252-11.1978-16.1924
CIE-Lab85.3151-7.3096-20.3413

#aedbfb color RGB value is (174,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 11111011
Octal 256 333 373
Decimal 174 219 251
Hex AE DB FB

RGB Percentages of Color #aedbfb

%27.02
%34.01
%38.98

CMYK Percentages of Color #aedbfb

%31
%13
%0
%2

Triadic Colors of #aedbfb

#aedbfb #fbaedb #dbfbae

Analogous Colors of #aedbfb

#aedbfb #aeb5fb #aefbf5

Monochromatic Colors of #aedbfb

#aedbfb

Complementary Color

#aedbfb #fbceae

#aedbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbfb Color CSS Codes

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

#aedbfb Text Font Color

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

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


#aedbfb Background Color

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

This div background color is #aedbfb


#aedbfb Border Color

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

This div border color is #aedbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbfb


Comments

No comments written yet.

Please login to write comment.