Color Hex Logo

#aedeed Color Hex

#AEDEED
(174,222,237)
0 Favorites   0 Comments

Color spaces of #aedeed

RGB 174222237
HSL0.540.640.81
HSV194°27°93°
CMYK 0.270.060.00   0.07
XYZ58.862967.355690.0193
Yxy67.35560.27220.3115
Hunter Lab82.0705-15.5988-7.5831
CIE-Lab85.6832-12.0985-12.3946

#aedeed color RGB value is (174,222,237).

#aedeed hex color red value is 174, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aedeed hue: 0.54 , saturation: 0.64 and the lightness value of aedeed is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 11101101
Octal 256 336 355
Decimal 174 222 237
Hex AE DE ED

RGB Percentages of Color #aedeed

%27.49
%35.07
%37.44

CMYK Percentages of Color #aedeed

%27
%6
%0
%7

Triadic Colors of #aedeed

#aedeed #edaede #deedae

Analogous Colors of #aedeed

#aedeed #aebfed #aeeddd

Monochromatic Colors of #aedeed

#aedeed

Complementary Color

#aedeed #edbdae

#aedeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedeed Color CSS Codes

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

#aedeed Text Font Color

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

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


#aedeed Background Color

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

This div background color is #aedeed


#aedeed Border Color

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

This div border color is #aedeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedeed


Comments

No comments written yet.

Please login to write comment.