COLOR #4ACDE8

HEX: #4ACDE8
RGB: (74,205,232)

Color info

#4ACDE8 contains mainly green and blue colors. Web safe color of #4ACDE8 is #33CCFF (or #3CF).

RGB color model

#4ACDE8 color RGB value is (74,205,232).

  • red value is 74;
  • green value is 205;
  • blue value is 232.
RGB:
(74,205,232)
(29%,80%,91%)

RGB channels and saturation

R 74 of 255 = 29%
G 205 of 255 = 80%
B 232 of 255 = 91%

74
205
232

R + G + B ~ 67%. #4ACDE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
74 + 205 + 232 = 511 (100%)
R 74 of 511 ~ 14.48%
G 205 of 511 ~ 40.12%
B 232 of 511 ~ 45.4%

%14.48
%40.12
%45.4

CMYK color model

#4ACDE8 color CMYK value is (68,12,0,9).

  • cyan value is 68.10%
  • magenta value is 11.64%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(68,12,0,9)
C68M12Y0K9 
(68%,12%,0%,9%)
(0.68/0.12/0.00/0.09)	

CMYK percentages

%68.1
%11.64
%0
%9.02

Codes

Color #4ACDE8 in popluar color models

4ACDE8
RGB74205232
HSL190°77.45%60.00%
HSB/HSV190°68.10%90.98%
CMYK68.10%11.64%0.00%
9.02%

Color #4ACDE8 in popluar number systems.

HEX4ACDE8
Decimal74205232
Binary10010101100110111101000
Octal112315350

Shades and tints

Shades of #4ACDE8

#4ACDE8
(74,205,232)
#44BBD3
(68,187,211)
#3EA9BE
(62,169,190)
#3897A9
(56,151,169)
#328594
(50,133,148)
#2C737F
(44,115,127)
#26616A
(38,97,106)
#204F55
(32,79,85)
#1A3D40
(26,61,64)
#142B2B
(20,43,43)
#0E1916
(14,25,22)
#000000
(0,0,0)

Tints of #4ACDE8

#4ACDE8
(74,205,232)
#5AD1EA
(90,209,234)
#6AD5EC
(106,213,236)
#7AD9EE
(122,217,238)
#8ADDF0
(138,221,240)
#9AE1F2
(154,225,242)
#AAE5F4
(170,229,244)
#BAE9F6
(186,233,246)
#CAEDF8
(202,237,248)
#DAF1FA
(218,241,250)
#EAF5FC
(234,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ACDE8 color. Also use rgb(74,205,232) instead hex code.

Text Font Color

.myTextColor { color: #4ACDE8; }

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

This text font color is #4ACDE8.


Background Color

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

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

This div background color is #4ACDE8.


Border color

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

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

This div border color is #4ACDE8.


Opacity

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

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

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

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

This text has shadow with #4ACDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ACDE8 on black background.


Color preview on white background

This text has color #4ACDE8 on white background.



Black color preview on #4ACDE8 background

This text has black color on #4ACDE8 background.


White color preview on #4ACDE8 background

This text has white color on #4ACDE8 background.