COLOR #AEDEFD

HEX: #AEDEFD RGB: (174,222,253)

Color info

#AEDEFD contains mainly green and blue colors. Web safe color of #AEDEFD is #99CCFF (or #9CF).

RGB color model

#AEDEFD color RGB value is (174,222,253).

RGB: (174,222,253) (68%, 87%, 99%)

RGB channels and saturation

R 174 of 255 = 68%
G 222 of 255 = 87%
B 253 of 255 = 99%

174
222
253

R + G + B ~ 85%. #AEDEFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 222 + 253 = 649 (100%)
R 174 of 649 ~ 26.81%
G 222 of 649 ~ 34.21%
B 253 of 649 ~ 38.98'%

%26.81
%34.21
%38.98

CMYK color model

#AEDEFD color CMYK value is (31,12,0,1).

  • cyan value is 31.23%
  • magenta value is 12.25%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (31,12,0,1)
C31M12Y0K1 (31%, 12%, 0%, 1%)
(0.31 / 0.12 / 0.00 / 0.01)

CMYK percentages

%31.23
%12.25
%0
%0.78

Codes

Color #AEDEFD in popluar color models

AE DE FD
RGB 174 222 253
HSL 204° 95.18% 83.73%
HSB/HSV 204° 31.23% 99.22%
CMYK 31.23% 12.25% 0.00%
0.78%

Color #AEDEFD in popluar number systems.

HEX AE DE FD
Decimal 174 222 253
Binary 10101110 11011110 11111101
Octal 256 336 375

Shades and tints

Shades of #AEDEFD

#AEDEFD
(174,222,253)
#9FCAE6
(159,202,230)
#90B6CF
(144,182,207)
#81A2B8
(129,162,184)
#728EA1
(114,142,161)
#637A8A
(99,122,138)
#546673
(84,102,115)
#45525C
(69,82,92)
#363E45
(54,62,69)
#272A2E
(39,42,46)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #AEDEFD

#AEDEFD
(174,222,253)
#B5E1FD
(181,225,253)
#BCE4FD
(188,228,253)
#C3E7FD
(195,231,253)
#CAEAFD
(202,234,253)
#D1EDFD
(209,237,253)
#D8F0FD
(216,240,253)
#DFF3FD
(223,243,253)
#E6F6FD
(230,246,253)
#EDF9FD
(237,249,253)
#F4FCFD
(244,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDEFD color. Also use rgb(174,222,253) instead hex code.

Text Font Color

.myTextColor { color: #AEDEFD; }

<p style="color:#AEDEFD">This sample text font color is #AEDEFD.</p>

This text font color is #AEDEFD.

Background Color

.myBgColor { background-color: #AEDEFD; }

<div style="background-color:#AEDEFD">Inner text</div>

This div background color is #AEDEFD.

Border color

.myBorderColor { border: 1px solid #AEDEFD; }

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

This div border color is #AEDEFD.

Opacity

.myOpacity80 { color: #AEDEFD; opacity: 0.8; }

<p style="color:#AEDEFD;opacity:0.8;">80%</p>

Text with #AEDEFD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AEDEFD;}

<p style="text-shadow: 3px 3px 1px #AEDEFD">Text here.</p>

This text has shadow with #AEDEFD color.


.textShadow {text-shadow: 3px 3px 1px #AEDEFD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AEDEFD, 5px 5px 20px red">Text here.</p>

This text has shadow with #AEDEFD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEDEFD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AEDEFD, Direction=45, Strength=4)">Text</p>

This text has shadow with #AEDEFD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEDEFD;
-webkit-box-shadow: 1px 1px 3px 2px #AEDEFD;
box-shadow: 1px 1px 3px 2px #AEDEFD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEDEFD; -webkit-box-shadow: 1px 1px 3px 2px #AEDEFD; box-shadow:1px 1px 3px 2px #AEDEFD;">
Div content here
</div>

This div box has shadow with color #AEDEFD.

Preview

Color preview on black background

This text has color #AEDEFD on black background.


Color preview on white background

This text has color #AEDEFD on white background.


Black color preview on #AEDEFD background

This text has black color on #AEDEFD background.


White color preview on #AEDEFD background

This text has white color on #AEDEFD background.


Related colors

Complementary color

Complementary color for #hex is #512102.


I love getcolorcode.com

Triadic colors

1 #FDAEDE and #DEFDAE with #AEDEFD are triadic colors.

2 #FDDEAE and #DEAEFD with #AEDEFD are triadic colors.