COLOR #34D5F8

HEX: #34D5F8
RGB: (52,213,248)

Color info

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

RGB color model

#34D5F8 color RGB value is (52,213,248).

  • red value is 52;
  • green value is 213;
  • blue value is 248.
RGB:
(52,213,248)
(20%,84%,97%)

RGB channels and saturation

R 52 of 255 = 20%
G 213 of 255 = 84%
B 248 of 255 = 97%

52
213
248

R + G + B ~ 67%. #34D5F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
52 + 213 + 248 = 513 (100%)
R 52 of 513 ~ 10.14%
G 213 of 513 ~ 41.52%
B 248 of 513 ~ 48.34%

%10.14
%41.52
%48.34

CMYK color model

#34D5F8 color CMYK value is (79,14,0,3).

  • cyan value is 79.03%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(79,14,0,3)
C79M14Y0K3 
(79%,14%,0%,3%)
(0.79/0.14/0.00/0.03)	

CMYK percentages

%79.03
%14.11
%0
%2.75

Codes

Color #34D5F8 in popluar color models

34D5F8
RGB52213248
HSL191°93.33%58.82%
HSB/HSV191°79.03%97.25%
CMYK79.03%14.11%0.00%
2.75%

Color #34D5F8 in popluar number systems.

HEX34D5F8
Decimal52213248
Binary1101001101010111111000
Octal64325370

Shades and tints

Shades of #34D5F8

#34D5F8
(52,213,248)
#30C2E2
(48,194,226)
#2CAFCC
(44,175,204)
#289CB6
(40,156,182)
#2489A0
(36,137,160)
#20768A
(32,118,138)
#1C6374
(28,99,116)
#18505E
(24,80,94)
#143D48
(20,61,72)
#102A32
(16,42,50)
#0C171C
(12,23,28)
#000000
(0,0,0)

Tints of #34D5F8

#34D5F8
(52,213,248)
#46D8F8
(70,216,248)
#58DBF8
(88,219,248)
#6ADEF8
(106,222,248)
#7CE1F8
(124,225,248)
#8EE4F8
(142,228,248)
#A0E7F8
(160,231,248)
#B2EAF8
(178,234,248)
#C4EDF8
(196,237,248)
#D6F0F8
(214,240,248)
#E8F3F8
(232,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34D5F8 color. Also use rgb(52,213,248) instead hex code.

Text Font Color

.myTextColor { color: #34D5F8; }

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

This text font color is #34D5F8.


Background Color

.myBgColor { background-color: #34D5F8; }

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

This div background color is #34D5F8.


Border color

.myBorderColor { border: 1px solid #34D5F8; }

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

This div border color is #34D5F8.


Opacity

.myOpacity80 { color: #34D5F8; opacity: 0.8; }

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

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

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

This text has shadow with #34D5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34D5F8 on black background.


Color preview on white background

This text has color #34D5F8 on white background.



Black color preview on #34D5F8 background

This text has black color on #34D5F8 background.


White color preview on #34D5F8 background

This text has white color on #34D5F8 background.