COLOR #0AD0E4

HEX: #0AD0E4
RGB: (10,208,228)

Color info

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

RGB color model

#0AD0E4 color RGB value is (10,208,228).

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

RGB channels and saturation

R 10 of 255 = 4%
G 208 of 255 = 82%
B 228 of 255 = 89%

10
208
228

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

Portions of RGB colors in percentages

R + G + B =
10 + 208 + 228 = 446 (100%)
R 10 of 446 ~ 2.24%
G 208 of 446 ~ 46.64%
B 228 of 446 ~ 51.12%

%46.64
%51.12

CMYK color model

#0AD0E4 color CMYK value is (96,9,0,11).

  • cyan value is 95.61%
  • magenta value is 8.77%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(96,9,0,11)
C96M9Y0K11 
(96%,9%,0%,11%)
(0.96/0.09/0.00/0.11)	

CMYK percentages

%95.61
%8.77
%0
%10.59

Codes

Color #0AD0E4 in popluar color models

0AD0E4
RGB10208228
HSL186°91.60%46.67%
HSB/HSV186°95.61%89.41%
CMYK95.61%8.77%0.00%
10.59%

Color #0AD0E4 in popluar number systems.

HEX0AD0E4
Decimal10208228
Binary10101101000011100100
Octal12320344

Shades and tints

Shades of #0AD0E4

#0AD0E4
(10,208,228)
#0ABED0
(10,190,208)
#0AACBC
(10,172,188)
#0A9AA8
(10,154,168)
#0A8894
(10,136,148)
#0A7680
(10,118,128)
#0A646C
(10,100,108)
#0A5258
(10,82,88)
#0A4044
(10,64,68)
#0A2E30
(10,46,48)
#0A1C1C
(10,28,28)
#000000
(0,0,0)

Tints of #0AD0E4

#0AD0E4
(10,208,228)
#20D4E6
(32,212,230)
#36D8E8
(54,216,232)
#4CDCEA
(76,220,234)
#62E0EC
(98,224,236)
#78E4EE
(120,228,238)
#8EE8F0
(142,232,240)
#A4ECF2
(164,236,242)
#BAF0F4
(186,240,244)
#D0F4F6
(208,244,246)
#E6F8F8
(230,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0AD0E4; }

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

This text font color is #0AD0E4.


Background Color

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

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

This div background color is #0AD0E4.


Border color

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

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

This div border color is #0AD0E4.


Opacity

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

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

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

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

This text has shadow with #0AD0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AD0E4 on black background.


Color preview on white background

This text has color #0AD0E4 on white background.



Black color preview on #0AD0E4 background

This text has black color on #0AD0E4 background.


White color preview on #0AD0E4 background

This text has white color on #0AD0E4 background.