Color Hex Logo

#aedcef Color Hex

#AEDCEF
(174,220,239)
0 Favorites   0 Comments

Color spaces of #aedcef

RGB 174220239
HSL0.550.670.81
HSV198°27°94°
CMYK 0.270.080.00   0.06
XYZ58.628766.417191.3911
Yxy66.41710.27090.3069
Hunter Lab81.4967-14.2063-9.4406
CIE-Lab85.2087-10.6194-14.1614

#aedcef color RGB value is (174,220,239).

#aedcef hex color red value is 174, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aedcef hue: 0.55 , saturation: 0.67 and the lightness value of aedcef is 0.81.

The process color (four color CMYK) of #aedcef color hex is 0.27, 0.08, 0.00, 0.06. Web safe color of #aedcef is #99ccff. Color #aedcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11101111
Octal 256 334 357
Decimal 174 220 239
Hex AE DC EF

RGB Percentages of Color #aedcef

%27.49
%34.76
%37.76

CMYK Percentages of Color #aedcef

%27
%8
%0
%6

Triadic Colors of #aedcef

#aedcef #efaedc #dcefae

Analogous Colors of #aedcef

#aedcef #aebcef #aeefe2

Monochromatic Colors of #aedcef

#aedcef

Complementary Color

#aedcef #efc1ae

#aedcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcef Color CSS Codes

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

#aedcef Text Font Color

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

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


#aedcef Background Color

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

This div background color is #aedcef


#aedcef Border Color

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

This div border color is #aedcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcef


Comments

No comments written yet.

Please login to write comment.