COLOR #4AEFF8

HEX: #4AEFF8
RGB: (74,239,248)

Color info

#4AEFF8 contains mainly green and blue colors. Web safe color of #4AEFF8 is #33FFFF (or #3FF).

RGB color model

#4AEFF8 color RGB value is (74,239,248).

  • red value is 74;
  • green value is 239;
  • blue value is 248.
RGB:
(74,239,248)
(29%,94%,97%)

RGB channels and saturation

R 74 of 255 = 29%
G 239 of 255 = 94%
B 248 of 255 = 97%

74
239
248

R + G + B ~ 73%. #4AEFF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
74 + 239 + 248 = 561 (100%)
R 74 of 561 ~ 13.19%
G 239 of 561 ~ 42.6%
B 248 of 561 ~ 44.21%

%13.19
%42.6
%44.21

CMYK color model

#4AEFF8 color CMYK value is (70,4,0,3).

  • cyan value is 70.16%
  • magenta value is 3.63%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(70,4,0,3)
C70M4Y0K3 
(70%,4%,0%,3%)
(0.70/0.04/0.00/0.03)	

CMYK percentages

%70.16
%3.63
%0
%2.75

Codes

Color #4AEFF8 in popluar color models

4AEFF8
RGB74239248
HSL183°92.55%63.14%
HSB/HSV183°70.16%97.25%
CMYK70.16%3.63%0.00%
2.75%

Color #4AEFF8 in popluar number systems.

HEX4AEFF8
Decimal74239248
Binary10010101110111111111000
Octal112357370

Shades and tints

Shades of #4AEFF8

#4AEFF8
(74,239,248)
#44DAE2
(68,218,226)
#3EC5CC
(62,197,204)
#38B0B6
(56,176,182)
#329BA0
(50,155,160)
#2C868A
(44,134,138)
#267174
(38,113,116)
#205C5E
(32,92,94)
#1A4748
(26,71,72)
#143232
(20,50,50)
#0E1D1C
(14,29,28)
#000000
(0,0,0)

Tints of #4AEFF8

#4AEFF8
(74,239,248)
#5AF0F8
(90,240,248)
#6AF1F8
(106,241,248)
#7AF2F8
(122,242,248)
#8AF3F8
(138,243,248)
#9AF4F8
(154,244,248)
#AAF5F8
(170,245,248)
#BAF6F8
(186,246,248)
#CAF7F8
(202,247,248)
#DAF8F8
(218,248,248)
#EAF9F8
(234,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AEFF8 color. Also use rgb(74,239,248) instead hex code.

Text Font Color

.myTextColor { color: #4AEFF8; }

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

This text font color is #4AEFF8.


Background Color

.myBgColor { background-color: #4AEFF8; }

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

This div background color is #4AEFF8.


Border color

.myBorderColor { border: 1px solid #4AEFF8; }

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

This div border color is #4AEFF8.


Opacity

.myOpacity80 { color: #4AEFF8; opacity: 0.8; }

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

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

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

This text has shadow with #4AEFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AEFF8 on black background.


Color preview on white background

This text has color #4AEFF8 on white background.



Black color preview on #4AEFF8 background

This text has black color on #4AEFF8 background.


White color preview on #4AEFF8 background

This text has white color on #4AEFF8 background.