COLOR #A4FDEC

HEX: #A4FDEC RGB: (164,253,236)

Color info

#A4FDEC contains mainly green and blue colors. Web safe color of #A4FDEC is #99FFFF (or #9FF).

RGB color model

#A4FDEC color RGB value is (164,253,236).

RGB: (164,253,236) (64%, 99%, 93%)

RGB channels and saturation

R 164 of 255 = 64%
G 253 of 255 = 99%
B 236 of 255 = 93%

164
253
236

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

Portions of RGB colors in percentages

R + G + B = 164 + 253 + 236 = 653 (100%)
R 164 of 653 ~ 25.11%
G 253 of 653 ~ 38.74%
B 236 of 653 ~ 36.14'%

%25.11
%38.74
%36.14

CMYK color model

#A4FDEC color CMYK value is (35,0,7,1).

  • cyan value is 35.18%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 0.78%

CMYK: (35,0,7,1)
C35M0Y7K1 (35%, 0%, 7%, 1%)
(0.35 / 0.00 / 0.07 / 0.01)

CMYK percentages

%35.18
%0
%6.72
%0.78

Codes

Color #A4FDEC in popluar color models

A4 FD EC
RGB 164 253 236
HSL 169° 95.70% 81.76%
HSB/HSV 169° 35.18% 99.22%
CMYK 35.18% 0.00% 6.72%
0.78%

Color #A4FDEC in popluar number systems.

HEX A4 FD EC
Decimal 164 253 236
Binary 10100100 11111101 11101100
Octal 244 375 354

Shades and tints

Shades of #A4FDEC

#A4FDEC
(164,253,236)
#96E6D7
(150,230,215)
#88CFC2
(136,207,194)
#7AB8AD
(122,184,173)
#6CA198
(108,161,152)
#5E8A83
(94,138,131)
#50736E
(80,115,110)
#425C59
(66,92,89)
#344544
(52,69,68)
#262E2F
(38,46,47)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #A4FDEC

#A4FDEC
(164,253,236)
#ACFDED
(172,253,237)
#B4FDEE
(180,253,238)
#BCFDEF
(188,253,239)
#C4FDF0
(196,253,240)
#CCFDF1
(204,253,241)
#D4FDF2
(212,253,242)
#DCFDF3
(220,253,243)
#E4FDF4
(228,253,244)
#ECFDF5
(236,253,245)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4FDEC color. Also use rgb(164,253,236) instead hex code.

Text Font Color

.myTextColor { color: #A4FDEC; }

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

This text font color is #A4FDEC.

Background Color

.myBgColor { background-color: #A4FDEC; }

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

This div background color is #A4FDEC.

Border color

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

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

This div border color is #A4FDEC.

Opacity

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

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

Text with #A4FDEC 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 #A4FDEC;}

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

This text has shadow with #A4FDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4FDEC.

Preview

Color preview on black background

This text has color #A4FDEC on black background.


Color preview on white background

This text has color #A4FDEC on white background.


Black color preview on #A4FDEC background

This text has black color on #A4FDEC background.


White color preview on #A4FDEC background

This text has white color on #A4FDEC background.


Related colors

Complementary color

Complementary color for #hex is #5B0213.


I love getcolorcode.com

Triadic colors

1 #ECA4FD and #FDECA4 with #A4FDEC are triadic colors.

2 #ECFDA4 and #FDA4EC with #A4FDEC are triadic colors.