Color Hex Logo

#aedae8 Color Hex

#AEDAE8
(174,218,232)
0 Favorites   0 Comments

Color spaces of #aedae8

RGB 174218232
HSL0.540.560.80
HSV194°25°91°
CMYK 0.250.060.00   0.09
XYZ57.092564.967785.8749
Yxy64.96770.27460.3124
Hunter Lab80.6025-14.6191-6.7465
CIE-Lab84.4671-11.1730-11.5653

#aedae8 color RGB value is (174,218,232).

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

The process color (four color CMYK) of #aedae8 color hex is 0.25, 0.06, 0.00, 0.09. Web safe color of #aedae8 is #99ccff. Color #aedae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 11101000
Octal 256 332 350
Decimal 174 218 232
Hex AE DA E8

RGB Percentages of Color #aedae8

%27.88
%34.94
%37.18

CMYK Percentages of Color #aedae8

%25
%6
%0
%9

Triadic Colors of #aedae8

#aedae8 #e8aeda #dae8ae

Analogous Colors of #aedae8

#aedae8 #aebde8 #aee8d9

Monochromatic Colors of #aedae8

#aedae8

Complementary Color

#aedae8 #e8bcae

#aedae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedae8 Color CSS Codes

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

#aedae8 Text Font Color

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

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


#aedae8 Background Color

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

This div background color is #aedae8


#aedae8 Border Color

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

This div border color is #aedae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedae8


Comments

No comments written yet.

Please login to write comment.