COLOR #0AD0F0

HEX: #0AD0F0
RGB: (10,208,240)

Color info

#0AD0F0 contains mainly green and blue colors. Web safe color of #0AD0F0 is #00CCFF (or #0CF).

RGB color model

#0AD0F0 color RGB value is (10,208,240).

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

RGB channels and saturation

R 10 of 255 = 4%
G 208 of 255 = 82%
B 240 of 255 = 94%

10
208
240

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

Portions of RGB colors in percentages

R + G + B =
10 + 208 + 240 = 458 (100%)
R 10 of 458 ~ 2.18%
G 208 of 458 ~ 45.41%
B 240 of 458 ~ 52.4%

%45.41
%52.4

CMYK color model

#0AD0F0 color CMYK value is (96,13,0,6).

  • cyan value is 95.83%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(96,13,0,6)
C96M13Y0K6 
(96%,13%,0%,6%)
(0.96/0.13/0.00/0.06)	

CMYK percentages

%95.83
%13.33
%0
%5.88

Codes

Color #0AD0F0 in popluar color models

0AD0F0
RGB10208240
HSL188°92.00%49.02%
HSB/HSV188°95.83%94.12%
CMYK95.83%13.33%0.00%
5.88%

Color #0AD0F0 in popluar number systems.

HEX0AD0F0
Decimal10208240
Binary10101101000011110000
Octal12320360

Shades and tints

Shades of #0AD0F0

#0AD0F0
(10,208,240)
#0ABEDB
(10,190,219)
#0AACC6
(10,172,198)
#0A9AB1
(10,154,177)
#0A889C
(10,136,156)
#0A7687
(10,118,135)
#0A6472
(10,100,114)
#0A525D
(10,82,93)
#0A4048
(10,64,72)
#0A2E33
(10,46,51)
#0A1C1E
(10,28,30)
#000000
(0,0,0)

Tints of #0AD0F0

#0AD0F0
(10,208,240)
#20D4F1
(32,212,241)
#36D8F2
(54,216,242)
#4CDCF3
(76,220,243)
#62E0F4
(98,224,244)
#78E4F5
(120,228,245)
#8EE8F6
(142,232,246)
#A4ECF7
(164,236,247)
#BAF0F8
(186,240,248)
#D0F4F9
(208,244,249)
#E6F8FA
(230,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0AD0F0; }

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

This text font color is #0AD0F0.


Background Color

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

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

This div background color is #0AD0F0.


Border color

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

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

This div border color is #0AD0F0.


Opacity

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

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

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

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

This text has shadow with #0AD0F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AD0F0 on black background.


Color preview on white background

This text has color #0AD0F0 on white background.



Black color preview on #0AD0F0 background

This text has black color on #0AD0F0 background.


White color preview on #0AD0F0 background

This text has white color on #0AD0F0 background.