COLOR #0ADEE4

HEX: #0ADEE4
RGB: (10,222,228)

Color info

#0ADEE4 contains mainly green and blue colors. Web safe color of #0ADEE4 is #00CCCC (or #0CC).

RGB color model

#0ADEE4 color RGB value is (10,222,228).

  • red value is 10;
  • green value is 222;
  • blue value is 228.
RGB:
(10,222,228)
(4%,87%,89%)

RGB channels and saturation

R 10 of 255 = 4%
G 222 of 255 = 87%
B 228 of 255 = 89%

10
222
228

R + G + B ~ 60%. #0ADEE4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
10 + 222 + 228 = 460 (100%)
R 10 of 460 ~ 2.17%
G 222 of 460 ~ 48.26%
B 228 of 460 ~ 49.57%

%48.26
%49.57

CMYK color model

#0ADEE4 color CMYK value is (96,3,0,11).

  • cyan value is 95.61%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(96,3,0,11)
C96M3Y0K11 
(96%,3%,0%,11%)
(0.96/0.03/0.00/0.11)	

CMYK percentages

%95.61
%2.63
%0
%10.59

Codes

Color #0ADEE4 in popluar color models

0ADEE4
RGB10222228
HSL182°91.60%46.67%
HSB/HSV182°95.61%89.41%
CMYK95.61%2.63%0.00%
10.59%

Color #0ADEE4 in popluar number systems.

HEX0ADEE4
Decimal10222228
Binary10101101111011100100
Octal12336344

Shades and tints

Shades of #0ADEE4

#0ADEE4
(10,222,228)
#0ACAD0
(10,202,208)
#0AB6BC
(10,182,188)
#0AA2A8
(10,162,168)
#0A8E94
(10,142,148)
#0A7A80
(10,122,128)
#0A666C
(10,102,108)
#0A5258
(10,82,88)
#0A3E44
(10,62,68)
#0A2A30
(10,42,48)
#0A161C
(10,22,28)
#000000
(0,0,0)

Tints of #0ADEE4

#0ADEE4
(10,222,228)
#20E1E6
(32,225,230)
#36E4E8
(54,228,232)
#4CE7EA
(76,231,234)
#62EAEC
(98,234,236)
#78EDEE
(120,237,238)
#8EF0F0
(142,240,240)
#A4F3F2
(164,243,242)
#BAF6F4
(186,246,244)
#D0F9F6
(208,249,246)
#E6FCF8
(230,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0ADEE4 color. Also use rgb(10,222,228) instead hex code.

Text Font Color

.myTextColor { color: #0ADEE4; }

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

This text font color is #0ADEE4.


Background Color

.myBgColor { background-color: #0ADEE4; }

<div style="background-color:#0ADEE4">Inner text</div>

This div background color is #0ADEE4.


Border color

.myBorderColor { border: 1px solid #0ADEE4; }

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

This div border color is #0ADEE4.


Opacity

.myOpacity80 { color: #0ADEE4; opacity: 0.8; }

<p style="color:#0ADEE4;opacity:0.8;">80%</p>

Text with #0ADEE4 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 #0ADEE4;}

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

This text has shadow with #0ADEE4 color.

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

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

This text has shadow with #0ADEE4 primary color and red secondary color.


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

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

This text has shadow with #0ADEE4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0ADEE4 on black background.


Color preview on white background

This text has color #0ADEE4 on white background.



Black color preview on #0ADEE4 background

This text has black color on #0ADEE4 background.


White color preview on #0ADEE4 background

This text has white color on #0ADEE4 background.