COLOR #52DFE3

HEX: #52DFE3
RGB: (82,223,227)

Color info

#52DFE3 contains mainly green and blue colors. Web safe color of #52DFE3 is #66CCCC (or #6CC).

RGB color model

#52DFE3 color RGB value is (82,223,227).

  • red value is 82;
  • green value is 223;
  • blue value is 227.
RGB:
(82,223,227)
(32%,87%,89%)

RGB channels and saturation

R 82 of 255 = 32%
G 223 of 255 = 87%
B 227 of 255 = 89%

82
223
227

R + G + B ~ 69%. #52DFE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 223 + 227 = 532 (100%)
R 82 of 532 ~ 15.41%
G 223 of 532 ~ 41.92%
B 227 of 532 ~ 42.67%

%15.41
%41.92
%42.67

CMYK color model

#52DFE3 color CMYK value is (64,2,0,11).

  • cyan value is 63.88%
  • magenta value is 1.76%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(64,2,0,11)
C64M2Y0K11 
(64%,2%,0%,11%)
(0.64/0.02/0.00/0.11)	

CMYK percentages

%63.88
%1.76
%0
%10.98

Codes

Color #52DFE3 in popluar color models

52DFE3
RGB82223227
HSL182°72.14%60.59%
HSB/HSV182°63.88%89.02%
CMYK63.88%1.76%0.00%
10.98%

Color #52DFE3 in popluar number systems.

HEX52DFE3
Decimal82223227
Binary10100101101111111100011
Octal122337343

Shades and tints

Shades of #52DFE3

#52DFE3
(82,223,227)
#4BCBCF
(75,203,207)
#44B7BB
(68,183,187)
#3DA3A7
(61,163,167)
#368F93
(54,143,147)
#2F7B7F
(47,123,127)
#28676B
(40,103,107)
#215357
(33,83,87)
#1A3F43
(26,63,67)
#132B2F
(19,43,47)
#0C171B
(12,23,27)
#000000
(0,0,0)

Tints of #52DFE3

#52DFE3
(82,223,227)
#61E1E5
(97,225,229)
#70E3E7
(112,227,231)
#7FE5E9
(127,229,233)
#8EE7EB
(142,231,235)
#9DE9ED
(157,233,237)
#ACEBEF
(172,235,239)
#BBEDF1
(187,237,241)
#CAEFF3
(202,239,243)
#D9F1F5
(217,241,245)
#E8F3F7
(232,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52DFE3 color. Also use rgb(82,223,227) instead hex code.

Text Font Color

.myTextColor { color: #52DFE3; }

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

This text font color is #52DFE3.


Background Color

.myBgColor { background-color: #52DFE3; }

<div style="background-color:#52DFE3">Inner text</div>

This div background color is #52DFE3.


Border color

.myBorderColor { border: 1px solid #52DFE3; }

<div style="border:3px solid #52DFE3">Div</div>

This div border color is #52DFE3.


Opacity

.myOpacity80 { color: #52DFE3; opacity: 0.8; }

<p style="color:#52DFE3;opacity:0.8;">80%</p>

Text with #52DFE3 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 #52DFE3;}

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

This text has shadow with #52DFE3 color.

.textShadow {text-shadow: 3px 3px 1px #52DFE3, 3px 3px 1px red;}

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

This text has shadow with #52DFE3 primary color and red secondary color.


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

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

This text has shadow with #52DFE3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52DFE3 on black background.


Color preview on white background

This text has color #52DFE3 on white background.



Black color preview on #52DFE3 background

This text has black color on #52DFE3 background.


White color preview on #52DFE3 background

This text has white color on #52DFE3 background.