Color Hex Logo

#aedbf6 Color Hex

#AEDBF6
(174,219,246)
0 Favorites   0 Comments

Color spaces of #aedbf6

RGB 174219246
HSL0.560.800.82
HSV203°29°96°
CMYK 0.290.110.00   0.04
XYZ59.421666.315596.8571
Yxy66.31550.26700.2979
Hunter Lab81.4343-12.2609-13.5148
CIE-Lab85.1571-8.4866-17.9390

#aedbf6 color RGB value is (174,219,246).

#aedbf6 hex color red value is 174, green value is 219 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #aedbf6 hue: 0.56 , saturation: 0.80 and the lightness value of aedbf6 is 0.82.

The process color (four color CMYK) of #aedbf6 color hex is 0.29, 0.11, 0.00, 0.04. Web safe color of #aedbf6 is #99ccff. Color #aedbf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 11110110
Octal 256 333 366
Decimal 174 219 246
Hex AE DB F6

RGB Percentages of Color #aedbf6

%27.23
%34.27
%38.50

CMYK Percentages of Color #aedbf6

%29
%11
%0
%4

Triadic Colors of #aedbf6

#aedbf6 #f6aedb #dbf6ae

Analogous Colors of #aedbf6

#aedbf6 #aeb7f6 #aef6ed

Monochromatic Colors of #aedbf6

#aedbf6

Complementary Color

#aedbf6 #f6c9ae

#aedbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbf6 Color CSS Codes

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

#aedbf6 Text Font Color

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

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


#aedbf6 Background Color

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

This div background color is #aedbf6


#aedbf6 Border Color

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

This div border color is #aedbf6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,219,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aedbf6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbf6


Comments

No comments written yet.

Please login to write comment.