COLOR #3CE2FD

HEX: #3CE2FD
RGB: (60,226,253)

Color info

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

RGB color model

#3CE2FD color RGB value is (60,226,253).

  • red value is 60;
  • green value is 226;
  • blue value is 253.
RGB:
(60,226,253)
(24%,89%,99%)

RGB channels and saturation

R 60 of 255 = 24%
G 226 of 255 = 89%
B 253 of 255 = 99%

60
226
253

R + G + B ~ 71%. #3CE2FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
60 + 226 + 253 = 539 (100%)
R 60 of 539 ~ 11.13%
G 226 of 539 ~ 41.93%
B 253 of 539 ~ 46.94%

%11.13
%41.93
%46.94

CMYK color model

#3CE2FD color CMYK value is (76,11,0,1).

  • cyan value is 76.28%
  • magenta value is 10.67%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(76,11,0,1)
C76M11Y0K1 
(76%,11%,0%,1%)
(0.76/0.11/0.00/0.01)	

CMYK percentages

%76.28
%10.67
%0
%0.78

Codes

Color #3CE2FD in popluar color models

3CE2FD
RGB60226253
HSL188°97.97%61.37%
HSB/HSV188°76.28%99.22%
CMYK76.28%10.67%0.00%
0.78%

Color #3CE2FD in popluar number systems.

HEX3CE2FD
Decimal60226253
Binary1111001110001011111101
Octal74342375

Shades and tints

Shades of #3CE2FD

#3CE2FD
(60,226,253)
#37CEE6
(55,206,230)
#32BACF
(50,186,207)
#2DA6B8
(45,166,184)
#2892A1
(40,146,161)
#237E8A
(35,126,138)
#1E6A73
(30,106,115)
#19565C
(25,86,92)
#144245
(20,66,69)
#0F2E2E
(15,46,46)
#0A1A17
(10,26,23)
#000000
(0,0,0)

Tints of #3CE2FD

#3CE2FD
(60,226,253)
#4DE4FD
(77,228,253)
#5EE6FD
(94,230,253)
#6FE8FD
(111,232,253)
#80EAFD
(128,234,253)
#91ECFD
(145,236,253)
#A2EEFD
(162,238,253)
#B3F0FD
(179,240,253)
#C4F2FD
(196,242,253)
#D5F4FD
(213,244,253)
#E6F6FD
(230,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CE2FD color. Also use rgb(60,226,253) instead hex code.

Text Font Color

.myTextColor { color: #3CE2FD; }

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

This text font color is #3CE2FD.


Background Color

.myBgColor { background-color: #3CE2FD; }

<div style="background-color:#3CE2FD">Inner text</div>

This div background color is #3CE2FD.


Border color

.myBorderColor { border: 1px solid #3CE2FD; }

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

This div border color is #3CE2FD.


Opacity

.myOpacity80 { color: #3CE2FD; opacity: 0.8; }

<p style="color:#3CE2FD;opacity:0.8;">80%</p>

Text with #3CE2FD 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 #3CE2FD;}

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

This text has shadow with #3CE2FD color.

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

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

This text has shadow with #3CE2FD primary color and red secondary color.


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

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

This text has shadow with #3CE2FD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CE2FD on black background.


Color preview on white background

This text has color #3CE2FD on white background.



Black color preview on #3CE2FD background

This text has black color on #3CE2FD background.


White color preview on #3CE2FD background

This text has white color on #3CE2FD background.