COLOR #A4FEEB

HEX: #A4FEEB
RGB: (164,254,235)

Color info

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

RGB color model

#A4FEEB color RGB value is (164,254,235).

  • red value is 164;
  • green value is 254;
  • blue value is 235.
RGB:
(164,254,235)
(64%,100%,92%)

RGB channels and saturation

R 164 of 255 = 64%
G 254 of 255 = 100%
B 235 of 255 = 92%

164
254
235

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

Portions of RGB colors in percentages

R + G + B =
164 + 254 + 235 = 653 (100%)
R 164 of 653 ~ 25.11%
G 254 of 653 ~ 38.9%
B 235 of 653 ~ 35.99%

%25.11
%38.9
%35.99

CMYK color model

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

  • cyan value is 35.43%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 0.39%
CMYK:
(35,0,7,0)
C35M0Y7K0 
(35%,0%,7%,0%)
(0.35/0.00/0.07/0.00)	

CMYK percentages

%35.43
%0
%7.48
%0.39

Codes

Color #A4FEEB in popluar color models

A4FEEB
RGB164254235
HSL167°97.83%81.96%
HSB/HSV167°35.43%99.61%
CMYK35.43%0.00%7.48%
0.39%

Color #A4FEEB in popluar number systems.

HEXA4FEEB
Decimal164254235
Binary101001001111111011101011
Octal244376353

Shades and tints

Shades of #A4FEEB

#A4FEEB
(164,254,235)
#96E7D6
(150,231,214)
#88D0C1
(136,208,193)
#7AB9AC
(122,185,172)
#6CA297
(108,162,151)
#5E8B82
(94,139,130)
#50746D
(80,116,109)
#425D58
(66,93,88)
#344643
(52,70,67)
#262F2E
(38,47,46)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #A4FEEB

#A4FEEB
(164,254,235)
#ACFEEC
(172,254,236)
#B4FEED
(180,254,237)
#BCFEEE
(188,254,238)
#C4FEEF
(196,254,239)
#CCFEF0
(204,254,240)
#D4FEF1
(212,254,241)
#DCFEF2
(220,254,242)
#E4FEF3
(228,254,243)
#ECFEF4
(236,254,244)
#F4FEF5
(244,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4FEEB color. Also use rgb(164,254,235) instead hex code.

Text Font Color

.myTextColor { color: #A4FEEB; }

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

This text font color is #A4FEEB.


Background Color

.myBgColor { background-color: #A4FEEB; }

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

This div background color is #A4FEEB.


Border color

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

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

This div border color is #A4FEEB.


Opacity

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

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

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

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

This text has shadow with #A4FEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4FEEB on black background.


Color preview on white background

This text has color #A4FEEB on white background.



Black color preview on #A4FEEB background

This text has black color on #A4FEEB background.


White color preview on #A4FEEB background

This text has white color on #A4FEEB background.