COLOR #34C2E6

HEX: #34C2E6
RGB: (52,194,230)

Color info

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

RGB color model

#34C2E6 color RGB value is (52,194,230).

  • red value is 52;
  • green value is 194;
  • blue value is 230.
RGB:
(52,194,230)
(20%,76%,90%)

RGB channels and saturation

R 52 of 255 = 20%
G 194 of 255 = 76%
B 230 of 255 = 90%

52
194
230

R + G + B ~ 62%. #34C2E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
52 + 194 + 230 = 476 (100%)
R 52 of 476 ~ 10.92%
G 194 of 476 ~ 40.76%
B 230 of 476 ~ 48.32%

%10.92
%40.76
%48.32

CMYK color model

#34C2E6 color CMYK value is (77,16,0,10).

  • cyan value is 77.39%
  • magenta value is 15.65%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(77,16,0,10)
C77M16Y0K10 
(77%,16%,0%,10%)
(0.77/0.16/0.00/0.10)	

CMYK percentages

%77.39
%15.65
%0
%9.8

Codes

Color #34C2E6 in popluar color models

34C2E6
RGB52194230
HSL192°78.07%55.29%
HSB/HSV192°77.39%90.20%
CMYK77.39%15.65%0.00%
9.80%

Color #34C2E6 in popluar number systems.

HEX34C2E6
Decimal52194230
Binary1101001100001011100110
Octal64302346

Shades and tints

Shades of #34C2E6

#34C2E6
(52,194,230)
#30B1D2
(48,177,210)
#2CA0BE
(44,160,190)
#288FAA
(40,143,170)
#247E96
(36,126,150)
#206D82
(32,109,130)
#1C5C6E
(28,92,110)
#184B5A
(24,75,90)
#143A46
(20,58,70)
#102932
(16,41,50)
#0C181E
(12,24,30)
#000000
(0,0,0)

Tints of #34C2E6

#34C2E6
(52,194,230)
#46C7E8
(70,199,232)
#58CCEA
(88,204,234)
#6AD1EC
(106,209,236)
#7CD6EE
(124,214,238)
#8EDBF0
(142,219,240)
#A0E0F2
(160,224,242)
#B2E5F4
(178,229,244)
#C4EAF6
(196,234,246)
#D6EFF8
(214,239,248)
#E8F4FA
(232,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34C2E6 color. Also use rgb(52,194,230) instead hex code.

Text Font Color

.myTextColor { color: #34C2E6; }

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

This text font color is #34C2E6.


Background Color

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

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

This div background color is #34C2E6.


Border color

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

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

This div border color is #34C2E6.


Opacity

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

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

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

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

This text has shadow with #34C2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34C2E6 on black background.


Color preview on white background

This text has color #34C2E6 on white background.



Black color preview on #34C2E6 background

This text has black color on #34C2E6 background.


White color preview on #34C2E6 background

This text has white color on #34C2E6 background.