COLOR #08DAE4

HEX: #08DAE4
RGB: (8,218,228)

Color info

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

RGB color model

#08DAE4 color RGB value is (8,218,228).

  • red value is 8;
  • green value is 218;
  • blue value is 228.
RGB:
(8,218,228)
(3%,85%,89%)

RGB channels and saturation

R 8 of 255 = 3%
G 218 of 255 = 85%
B 228 of 255 = 89%

8
218
228

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

Portions of RGB colors in percentages

R + G + B =
8 + 218 + 228 = 454 (100%)
R 8 of 454 ~ 1.76%
G 218 of 454 ~ 48.02%
B 228 of 454 ~ 50.22%

%48.02
%50.22

CMYK color model

#08DAE4 color CMYK value is (96,4,0,11).

  • cyan value is 96.49%
  • magenta value is 4.39%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(96,4,0,11)
C96M4Y0K11 
(96%,4%,0%,11%)
(0.96/0.04/0.00/0.11)	

CMYK percentages

%96.49
%4.39
%0
%10.59

Codes

Color #08DAE4 in popluar color models

08DAE4
RGB8218228
HSL183°93.22%46.27%
HSB/HSV183°96.49%89.41%
CMYK96.49%4.39%0.00%
10.59%

Color #08DAE4 in popluar number systems.

HEX08DAE4
Decimal8218228
Binary10001101101011100100
Octal10332344

Shades and tints

Shades of #08DAE4

#08DAE4
(8,218,228)
#08C7D0
(8,199,208)
#08B4BC
(8,180,188)
#08A1A8
(8,161,168)
#088E94
(8,142,148)
#087B80
(8,123,128)
#08686C
(8,104,108)
#085558
(8,85,88)
#084244
(8,66,68)
#082F30
(8,47,48)
#081C1C
(8,28,28)
#000000
(0,0,0)

Tints of #08DAE4

#08DAE4
(8,218,228)
#1EDDE6
(30,221,230)
#34E0E8
(52,224,232)
#4AE3EA
(74,227,234)
#60E6EC
(96,230,236)
#76E9EE
(118,233,238)
#8CECF0
(140,236,240)
#A2EFF2
(162,239,242)
#B8F2F4
(184,242,244)
#CEF5F6
(206,245,246)
#E4F8F8
(228,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08DAE4 color. Also use rgb(8,218,228) instead hex code.

Text Font Color

.myTextColor { color: #08DAE4; }

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

This text font color is #08DAE4.


Background Color

.myBgColor { background-color: #08DAE4; }

<div style="background-color:#08DAE4">Inner text</div>

This div background color is #08DAE4.


Border color

.myBorderColor { border: 1px solid #08DAE4; }

<div style="border:3px solid #08DAE4">Div</div>

This div border color is #08DAE4.


Opacity

.myOpacity80 { color: #08DAE4; opacity: 0.8; }

<p style="color:#08DAE4;opacity:0.8;">80%</p>

Text with #08DAE4 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 #08DAE4;}

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

This text has shadow with #08DAE4 color.

.textShadow {text-shadow: 3px 3px 1px #08DAE4, 3px 3px 1px red;}

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

This text has shadow with #08DAE4 primary color and red secondary color.


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

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

This text has shadow with #08DAE4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08DAE4 on black background.


Color preview on white background

This text has color #08DAE4 on white background.



Black color preview on #08DAE4 background

This text has black color on #08DAE4 background.


White color preview on #08DAE4 background

This text has white color on #08DAE4 background.