COLOR #1CE4E6

HEX: #1CE4E6
RGB: (28,228,230)

Color info

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

RGB color model

#1CE4E6 color RGB value is (28,228,230).

  • red value is 28;
  • green value is 228;
  • blue value is 230.
RGB:
(28,228,230)
(11%,89%,90%)

RGB channels and saturation

R 28 of 255 = 11%
G 228 of 255 = 89%
B 230 of 255 = 90%

28
228
230

R + G + B ~ 63%. #1CE4E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
28 + 228 + 230 = 486 (100%)
R 28 of 486 ~ 5.76%
G 228 of 486 ~ 46.91%
B 230 of 486 ~ 47.33%

%46.91
%47.33

CMYK color model

#1CE4E6 color CMYK value is (88,1,0,10).

  • cyan value is 87.83%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(88,1,0,10)
C88M1Y0K10 
(88%,1%,0%,10%)
(0.88/0.01/0.00/0.10)	

CMYK percentages

%87.83
%0.87
%0
%9.8

Codes

Color #1CE4E6 in popluar color models

1CE4E6
RGB28228230
HSL181°80.16%50.59%
HSB/HSV181°87.83%90.20%
CMYK87.83%0.87%0.00%
9.80%

Color #1CE4E6 in popluar number systems.

HEX1CE4E6
Decimal28228230
Binary111001110010011100110
Octal34344346

Shades and tints

Shades of #1CE4E6

#1CE4E6
(28,228,230)
#1AD0D2
(26,208,210)
#18BCBE
(24,188,190)
#16A8AA
(22,168,170)
#149496
(20,148,150)
#128082
(18,128,130)
#106C6E
(16,108,110)
#0E585A
(14,88,90)
#0C4446
(12,68,70)
#0A3032
(10,48,50)
#081C1E
(8,28,30)
#000000
(0,0,0)

Tints of #1CE4E6

#1CE4E6
(28,228,230)
#30E6E8
(48,230,232)
#44E8EA
(68,232,234)
#58EAEC
(88,234,236)
#6CECEE
(108,236,238)
#80EEF0
(128,238,240)
#94F0F2
(148,240,242)
#A8F2F4
(168,242,244)
#BCF4F6
(188,244,246)
#D0F6F8
(208,246,248)
#E4F8FA
(228,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CE4E6 color. Also use rgb(28,228,230) instead hex code.

Text Font Color

.myTextColor { color: #1CE4E6; }

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

This text font color is #1CE4E6.


Background Color

.myBgColor { background-color: #1CE4E6; }

<div style="background-color:#1CE4E6">Inner text</div>

This div background color is #1CE4E6.


Border color

.myBorderColor { border: 1px solid #1CE4E6; }

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

This div border color is #1CE4E6.


Opacity

.myOpacity80 { color: #1CE4E6; opacity: 0.8; }

<p style="color:#1CE4E6;opacity:0.8;">80%</p>

Text with #1CE4E6 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 #1CE4E6;}

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

This text has shadow with #1CE4E6 color.

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

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

This text has shadow with #1CE4E6 primary color and red secondary color.


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

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

This text has shadow with #1CE4E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CE4E6 on black background.


Color preview on white background

This text has color #1CE4E6 on white background.



Black color preview on #1CE4E6 background

This text has black color on #1CE4E6 background.


White color preview on #1CE4E6 background

This text has white color on #1CE4E6 background.