COLOR #48BEDC

HEX: #48BEDC
RGB: (72,190,220)

Renk bilgisi

#48BEDC contains mainly green and blue colors. #48BEDC ‘ nin web güvenlik rengi #33CCCC (ya da #3CC) dir.

RGB renk modeli

#48BEDC color RGB value is (72,190,220).

  • kırmız ton 72;
  • yeşil ton 190;
  • mavi ton 220.
RGB:
(72,190,220)
(28%,75%,86%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 190 of 255 = 75%
B 220 of 255 = 86%

72
190
220

R + G + B ~ 63%. #48BEDC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 190 + 220 = 482 (100%)
R 72 of 482 ~ 14.94%
G 190 of 482 ~ 39.42%
B 220 of 482 ~ 45.64%

%14.94
%39.42
%45.64

CMYK RENK MODELİ

#48BEDC rengi CMYK tonu (67,14,0,14).

  • camgöbeği tonu 67.27%
  • eflatun tonu 13.64%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(67,14,0,14)
C67M14Y0K14 
(67%,14%,0%,14%)
(0.67/0.14/0.00/0.14)	

CMYK yüzdeleri

%67.27
%13.64
%0
%13.73

Codes

Color #48BEDC in popluar color models

48BEDC
RGB72190220
HSL192°67.89%57.25%
HSB/HSV192°67.27%86.27%
CMYK67.27%13.64%0.00%
13.73%

Color #48BEDC in popluar number systems.

HEX48BEDC
Decimal72190220
Binary10010001011111011011100
Octal110276334

Shades and tints

Shades of #48BEDC

#48BEDC
(72,190,220)
#42ADC8
(66,173,200)
#3C9CB4
(60,156,180)
#368BA0
(54,139,160)
#307A8C
(48,122,140)
#2A6978
(42,105,120)
#245864
(36,88,100)
#1E4750
(30,71,80)
#18363C
(24,54,60)
#122528
(18,37,40)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #48BEDC

#48BEDC
(72,190,220)
#58C3DF
(88,195,223)
#68C8E2
(104,200,226)
#78CDE5
(120,205,229)
#88D2E8
(136,210,232)
#98D7EB
(152,215,235)
#A8DCEE
(168,220,238)
#B8E1F1
(184,225,241)
#C8E6F4
(200,230,244)
#D8EBF7
(216,235,247)
#E8F0FA
(232,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48BEDC color. Also use rgb(72,190,220) instead hex code.

Text Font Color

.myTextColor { color: #48BEDC; }

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

This text font color is #48BEDC.


Background Color

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

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

This div background color is #48BEDC.


Border color

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

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

This div border color is #48BEDC.


Opacity

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

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

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

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

This text has shadow with #48BEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48BEDC on black background.


Color preview on white background

This text has color #48BEDC on white background.



Black color preview on #48BEDC background

This text has black color on #48BEDC background.


White color preview on #48BEDC background

This text has white color on #48BEDC background.