Color Hex Logo

#aedafe Color Hex

#AEDAFE
(174,218,254)
0 Favorites   0 Comments

Color spaces of #aedafe

RGB 174218254
HSL0.580.980.84
HSV207°31°100°
CMYK 0.310.140.00   0.00
XYZ60.416466.2972103.3783
Yxy66.29720.26260.2881
Hunter Lab81.4231-10.0424-18.2810
CIE-Lab85.1478-6.0739-22.1784

#aedafe color RGB value is (174,218,254).

#aedafe hex color red value is 174, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aedafe hue: 0.58 , saturation: 0.98 and the lightness value of aedafe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 11111110
Octal 256 332 376
Decimal 174 218 254
Hex AE DA FE

RGB Percentages of Color #aedafe

%26.93
%33.75
%39.32

CMYK Percentages of Color #aedafe

%31
%14
%0
%0

Triadic Colors of #aedafe

#aedafe #feaeda #dafeae

Analogous Colors of #aedafe

#aedafe #aeb2fe #aefefa

Monochromatic Colors of #aedafe

#aedafe

Complementary Color

#aedafe #fed2ae

#aedafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedafe Color CSS Codes

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

#aedafe Text Font Color

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

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


#aedafe Background Color

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

This div background color is #aedafe


#aedafe Border Color

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

This div border color is #aedafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedafe


Comments

No comments written yet.

Please login to write comment.