COLOR #52A2EB

HEX: #52A2EB
RGB: (82,162,235)

Renk bilgisi

#52A2EB contains mainly blue color. #52A2EB ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#52A2EB color RGB value is (82,162,235).

  • kırmız ton 82;
  • yeşil ton 162;
  • mavi ton 235.
RGB:
(82,162,235)
(32%,64%,92%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 162 of 255 = 64%
B 235 of 255 = 92%

82
162
235

R + G + B ~ 63%. #52A2EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 162 + 235 = 479 (100%)
R 82 of 479 ~ 17.12%
G 162 of 479 ~ 33.82%
B 235 of 479 ~ 49.06%

%17.12
%33.82
%49.06

CMYK RENK MODELİ

#52A2EB rengi CMYK tonu (65,31,0,8).

  • camgöbeği tonu 65.11%
  • eflatun tonu 31.06%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(65,31,0,8)
C65M31Y0K8 
(65%,31%,0%,8%)
(0.65/0.31/0.00/0.08)	

CMYK yüzdeleri

%65.11
%31.06
%0
%7.84

Codes

Color #52A2EB in popluar color models

52A2EB
RGB82162235
HSL209°79.27%62.16%
HSB/HSV209°65.11%92.16%
CMYK65.11%31.06%0.00%
7.84%

Color #52A2EB in popluar number systems.

HEX52A2EB
Decimal82162235
Binary10100101010001011101011
Octal122242353

Shades and tints

Shades of #52A2EB

#52A2EB
(82,162,235)
#4B94D6
(75,148,214)
#4486C1
(68,134,193)
#3D78AC
(61,120,172)
#366A97
(54,106,151)
#2F5C82
(47,92,130)
#284E6D
(40,78,109)
#214058
(33,64,88)
#1A3243
(26,50,67)
#13242E
(19,36,46)
#0C1619
(12,22,25)
#000000
(0,0,0)

Tints of #52A2EB

#52A2EB
(82,162,235)
#61AAEC
(97,170,236)
#70B2ED
(112,178,237)
#7FBAEE
(127,186,238)
#8EC2EF
(142,194,239)
#9DCAF0
(157,202,240)
#ACD2F1
(172,210,241)
#BBDAF2
(187,218,242)
#CAE2F3
(202,226,243)
#D9EAF4
(217,234,244)
#E8F2F5
(232,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A2EB color. Also use rgb(82,162,235) instead hex code.

Text Font Color

.myTextColor { color: #52A2EB; }

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

This text font color is #52A2EB.


Background Color

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

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

This div background color is #52A2EB.


Border color

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

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

This div border color is #52A2EB.


Opacity

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

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

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

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

This text has shadow with #52A2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A2EB on black background.


Color preview on white background

This text has color #52A2EB on white background.



Black color preview on #52A2EB background

This text has black color on #52A2EB background.


White color preview on #52A2EB background

This text has white color on #52A2EB background.