COLOR #35C2DF

HEX: #35C2DF
RGB: (53,194,223)

Color info

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

RGB color model

#35C2DF color RGB value is (53,194,223).

  • red value is 53;
  • green value is 194;
  • blue value is 223.
RGB:
(53,194,223)
(21%,76%,87%)

RGB channels and saturation

R 53 of 255 = 21%
G 194 of 255 = 76%
B 223 of 255 = 87%

53
194
223

R + G + B ~ 61%. #35C2DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
53 + 194 + 223 = 470 (100%)
R 53 of 470 ~ 11.28%
G 194 of 470 ~ 41.28%
B 223 of 470 ~ 47.45%

%11.28
%41.28
%47.45

CMYK color model

#35C2DF color CMYK value is (76,13,0,13).

  • cyan value is 76.23%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(76,13,0,13)
C76M13Y0K13 
(76%,13%,0%,13%)
(0.76/0.13/0.00/0.13)	

CMYK percentages

%76.23
%13
%0
%12.55

Codes

Color #35C2DF in popluar color models

35C2DF
RGB53194223
HSL190°72.65%54.12%
HSB/HSV190°76.23%87.45%
CMYK76.23%13.00%0.00%
12.55%

Color #35C2DF in popluar number systems.

HEX35C2DF
Decimal53194223
Binary1101011100001011011111
Octal65302337

Shades and tints

Shades of #35C2DF

#35C2DF
(53,194,223)
#31B1CB
(49,177,203)
#2DA0B7
(45,160,183)
#298FA3
(41,143,163)
#257E8F
(37,126,143)
#216D7B
(33,109,123)
#1D5C67
(29,92,103)
#194B53
(25,75,83)
#153A3F
(21,58,63)
#11292B
(17,41,43)
#0D1817
(13,24,23)
#000000
(0,0,0)

Tints of #35C2DF

#35C2DF
(53,194,223)
#47C7E1
(71,199,225)
#59CCE3
(89,204,227)
#6BD1E5
(107,209,229)
#7DD6E7
(125,214,231)
#8FDBE9
(143,219,233)
#A1E0EB
(161,224,235)
#B3E5ED
(179,229,237)
#C5EAEF
(197,234,239)
#D7EFF1
(215,239,241)
#E9F4F3
(233,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35C2DF color. Also use rgb(53,194,223) instead hex code.

Text Font Color

.myTextColor { color: #35C2DF; }

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

This text font color is #35C2DF.


Background Color

.myBgColor { background-color: #35C2DF; }

<div style="background-color:#35C2DF">Inner text</div>

This div background color is #35C2DF.


Border color

.myBorderColor { border: 1px solid #35C2DF; }

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

This div border color is #35C2DF.


Opacity

.myOpacity80 { color: #35C2DF; opacity: 0.8; }

<p style="color:#35C2DF;opacity:0.8;">80%</p>

Text with #35C2DF 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 #35C2DF;}

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

This text has shadow with #35C2DF color.

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

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

This text has shadow with #35C2DF primary color and red secondary color.


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

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

This text has shadow with #35C2DF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35C2DF on black background.


Color preview on white background

This text has color #35C2DF on white background.



Black color preview on #35C2DF background

This text has black color on #35C2DF background.


White color preview on #35C2DF background

This text has white color on #35C2DF background.