COLOR #48CDE4

HEX: #48CDE4
RGB: (72,205,228)

Color info

#48CDE4 contains mainly green and blue colors. Web safe color of #48CDE4 is #33CCCC (or #3CC).

RGB color model

#48CDE4 color RGB value is (72,205,228).

  • red value is 72;
  • green value is 205;
  • blue value is 228.
RGB:
(72,205,228)
(28%,80%,89%)

RGB channels and saturation

R 72 of 255 = 28%
G 205 of 255 = 80%
B 228 of 255 = 89%

72
205
228

R + G + B ~ 66%. #48CDE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 205 + 228 = 505 (100%)
R 72 of 505 ~ 14.26%
G 205 of 505 ~ 40.59%
B 228 of 505 ~ 45.15%

%14.26
%40.59
%45.15

CMYK color model

#48CDE4 color CMYK value is (68,10,0,11).

  • cyan value is 68.42%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(68,10,0,11)
C68M10Y0K11 
(68%,10%,0%,11%)
(0.68/0.10/0.00/0.11)	

CMYK percentages

%68.42
%10.09
%0
%10.59

Codes

Color #48CDE4 in popluar color models

48CDE4
RGB72205228
HSL189°74.29%58.82%
HSB/HSV189°68.42%89.41%
CMYK68.42%10.09%0.00%
10.59%

Color #48CDE4 in popluar number systems.

HEX48CDE4
Decimal72205228
Binary10010001100110111100100
Octal110315344

Shades and tints

Shades of #48CDE4

#48CDE4
(72,205,228)
#42BBD0
(66,187,208)
#3CA9BC
(60,169,188)
#3697A8
(54,151,168)
#308594
(48,133,148)
#2A7380
(42,115,128)
#24616C
(36,97,108)
#1E4F58
(30,79,88)
#183D44
(24,61,68)
#122B30
(18,43,48)
#0C191C
(12,25,28)
#000000
(0,0,0)

Tints of #48CDE4

#48CDE4
(72,205,228)
#58D1E6
(88,209,230)
#68D5E8
(104,213,232)
#78D9EA
(120,217,234)
#88DDEC
(136,221,236)
#98E1EE
(152,225,238)
#A8E5F0
(168,229,240)
#B8E9F2
(184,233,242)
#C8EDF4
(200,237,244)
#D8F1F6
(216,241,246)
#E8F5F8
(232,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48CDE4 color. Also use rgb(72,205,228) instead hex code.

Text Font Color

.myTextColor { color: #48CDE4; }

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

This text font color is #48CDE4.


Background Color

.myBgColor { background-color: #48CDE4; }

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

This div background color is #48CDE4.


Border color

.myBorderColor { border: 1px solid #48CDE4; }

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

This div border color is #48CDE4.


Opacity

.myOpacity80 { color: #48CDE4; opacity: 0.8; }

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

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

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

This text has shadow with #48CDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48CDE4 on black background.


Color preview on white background

This text has color #48CDE4 on white background.



Black color preview on #48CDE4 background

This text has black color on #48CDE4 background.


White color preview on #48CDE4 background

This text has white color on #48CDE4 background.