COLOR #35ADE0

HEX: #35ADE0
RGB: (53,173,224)

Color info

#35ADE0 contains mainly green and blue colors. Web safe color of #35ADE0 is #3399CC (or #39C).

RGB color model

#35ADE0 color RGB value is (53,173,224).

  • red value is 53;
  • green value is 173;
  • blue value is 224.
RGB:
(53,173,224)
(21%,68%,88%)

RGB channels and saturation

R 53 of 255 = 21%
G 173 of 255 = 68%
B 224 of 255 = 88%

53
173
224

R + G + B ~ 59%. #35ADE0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 173 + 224 = 450 (100%)
R 53 of 450 ~ 11.78%
G 173 of 450 ~ 38.44%
B 224 of 450 ~ 49.78%

%11.78
%38.44
%49.78

CMYK color model

#35ADE0 color CMYK value is (76,23,0,12).

  • cyan value is 76.34%
  • magenta value is 22.77%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(76,23,0,12)
C76M23Y0K12 
(76%,23%,0%,12%)
(0.76/0.23/0.00/0.12)	

CMYK percentages

%76.34
%22.77
%0
%12.16

Codes

Color #35ADE0 in popluar color models

35ADE0
RGB53173224
HSL198°73.39%54.31%
HSB/HSV198°76.34%87.84%
CMYK76.34%22.77%0.00%
12.16%

Color #35ADE0 in popluar number systems.

HEX35ADE0
Decimal53173224
Binary1101011010110111100000
Octal65255340

Shades and tints

Shades of #35ADE0

#35ADE0
(53,173,224)
#319ECC
(49,158,204)
#2D8FB8
(45,143,184)
#2980A4
(41,128,164)
#257190
(37,113,144)
#21627C
(33,98,124)
#1D5368
(29,83,104)
#194454
(25,68,84)
#153540
(21,53,64)
#11262C
(17,38,44)
#0D1718
(13,23,24)
#000000
(0,0,0)

Tints of #35ADE0

#35ADE0
(53,173,224)
#47B4E2
(71,180,226)
#59BBE4
(89,187,228)
#6BC2E6
(107,194,230)
#7DC9E8
(125,201,232)
#8FD0EA
(143,208,234)
#A1D7EC
(161,215,236)
#B3DEEE
(179,222,238)
#C5E5F0
(197,229,240)
#D7ECF2
(215,236,242)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35ADE0 color. Also use rgb(53,173,224) instead hex code.

Text Font Color

.myTextColor { color: #35ADE0; }

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

This text font color is #35ADE0.


Background Color

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

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

This div background color is #35ADE0.


Border color

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

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

This div border color is #35ADE0.


Opacity

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

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

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

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

This text has shadow with #35ADE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35ADE0 on black background.


Color preview on white background

This text has color #35ADE0 on white background.



Black color preview on #35ADE0 background

This text has black color on #35ADE0 background.


White color preview on #35ADE0 background

This text has white color on #35ADE0 background.