Color Hex Logo

#aeddef Color Hex

#AEDDEF
(174,221,239)
0 Favorites   0 Comments

Color spaces of #aeddef

RGB 174221239
HSL0.550.670.81
HSV197°27°94°
CMYK 0.270.080.00   0.06
XYZ58.892066.943691.4788
Yxy66.94360.27100.3080
Hunter Lab81.8191-14.7020-9.0166
CIE-Lab85.4755-11.1328-13.7618

#aeddef color RGB value is (174,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11101111
Octal 256 335 357
Decimal 174 221 239
Hex AE DD EF

RGB Percentages of Color #aeddef

%27.44
%34.86
%37.70

CMYK Percentages of Color #aeddef

%27
%8
%0
%6

Triadic Colors of #aeddef

#aeddef #efaedd #ddefae

Analogous Colors of #aeddef

#aeddef #aebdef #aeefe1

Monochromatic Colors of #aeddef

#aeddef

Complementary Color

#aeddef #efc0ae

#aeddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddef Color CSS Codes

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

#aeddef Text Font Color

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

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


#aeddef Background Color

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

This div background color is #aeddef


#aeddef Border Color

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

This div border color is #aeddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddef

#aeddef Color Palettes


Comments

No comments written yet.

Please login to write comment.