COLOR #05DDEA

HEX: #05DDEA
RGB: (5,221,234)

Color info

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

RGB color model

#05DDEA color RGB value is (5,221,234).

  • red value is 5;
  • green value is 221;
  • blue value is 234.
RGB:
(5,221,234)
(2%,87%,92%)

RGB channels and saturation

R 5 of 255 = 2%
G 221 of 255 = 87%
B 234 of 255 = 92%

5
221
234

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

Portions of RGB colors in percentages

R + G + B =
5 + 221 + 234 = 460 (100%)
R 5 of 460 ~ 1.09%
G 221 of 460 ~ 48.04%
B 234 of 460 ~ 50.87%

%48.04
%50.87

CMYK color model

#05DDEA color CMYK value is (98,6,0,8).

  • cyan value is 97.86%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(98,6,0,8)
C98M6Y0K8 
(98%,6%,0%,8%)
(0.98/0.06/0.00/0.08)	

CMYK percentages

%97.86
%5.56
%0
%8.24

Codes

Color #05DDEA in popluar color models

05DDEA
RGB5221234
HSL183°95.82%46.86%
HSB/HSV183°97.86%91.76%
CMYK97.86%5.56%0.00%
8.24%

Color #05DDEA in popluar number systems.

HEX05DDEA
Decimal5221234
Binary1011101110111101010
Octal5335352

Shades and tints

Shades of #05DDEA

#05DDEA
(5,221,234)
#05C9D5
(5,201,213)
#05B5C0
(5,181,192)
#05A1AB
(5,161,171)
#058D96
(5,141,150)
#057981
(5,121,129)
#05656C
(5,101,108)
#055157
(5,81,87)
#053D42
(5,61,66)
#05292D
(5,41,45)
#051518
(5,21,24)
#000000
(0,0,0)

Tints of #05DDEA

#05DDEA
(5,221,234)
#1BE0EB
(27,224,235)
#31E3EC
(49,227,236)
#47E6ED
(71,230,237)
#5DE9EE
(93,233,238)
#73ECEF
(115,236,239)
#89EFF0
(137,239,240)
#9FF2F1
(159,242,241)
#B5F5F2
(181,245,242)
#CBF8F3
(203,248,243)
#E1FBF4
(225,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05DDEA color. Also use rgb(5,221,234) instead hex code.

Text Font Color

.myTextColor { color: #05DDEA; }

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

This text font color is #05DDEA.


Background Color

.myBgColor { background-color: #05DDEA; }

<div style="background-color:#05DDEA">Inner text</div>

This div background color is #05DDEA.


Border color

.myBorderColor { border: 1px solid #05DDEA; }

<div style="border:3px solid #05DDEA">Div</div>

This div border color is #05DDEA.


Opacity

.myOpacity80 { color: #05DDEA; opacity: 0.8; }

<p style="color:#05DDEA;opacity:0.8;">80%</p>

Text with #05DDEA 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 #05DDEA;}

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

This text has shadow with #05DDEA color.

.textShadow {text-shadow: 3px 3px 1px #05DDEA, 3px 3px 1px red;}

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

This text has shadow with #05DDEA primary color and red secondary color.


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

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

This text has shadow with #05DDEA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05DDEA on black background.


Color preview on white background

This text has color #05DDEA on white background.



Black color preview on #05DDEA background

This text has black color on #05DDEA background.


White color preview on #05DDEA background

This text has white color on #05DDEA background.