Color Hex Logo

#52adec Color Hex

#52ADEC
(82,173,236)
0 Favorites   0 Comments

Color spaces of #52adec

RGB 82173236
HSL0.570.800.62
HSV205°65°93°
CMYK 0.650.270.00   0.07
XYZ33.563637.737184.8719
Yxy37.73710.21490.2416
Hunter Lab61.4305-9.9770-38.9132
CIE-Lab67.8264-7.9097-39.5339

#52adec color RGB value is (82,173,236).

#52adec hex color red value is 82, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #52adec hue: 0.57 , saturation: 0.80 and the lightness value of 52adec is 0.62.

The process color (four color CMYK) of #52adec color hex is 0.65, 0.27, 0.00, 0.07. Web safe color of #52adec is #6699ff. Color #52adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101101 11101100
Octal 122 255 354
Decimal 82 173 236
Hex 52 AD EC

RGB Percentages of Color #52adec

%16.70
%35.23
%48.07

CMYK Percentages of Color #52adec

%65
%27
%0
%7

Triadic Colors of #52adec

#52adec #ec52ad #adec52

Analogous Colors of #52adec

#52adec #5260ec #52ecde

Monochromatic Colors of #52adec

#52adec

Complementary Color

#52adec #ec9152

#52adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#52adec Color CSS Codes

.mybgcolor {background-color:#52adec; } 
.myforecolor {color:#52adec; }
.mybordercolor {border:3px solid #52adec; }

#52adec Text Font Color

<p style="color:#52adec">Text here</p>

This sample text font color is #52adec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#52adec Background Color

<div style="background-color:#52adec">
Div content here</div>

This div background color is #52adec


#52adec Border Color

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

This div border color is #52adec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,173,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52adec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52adec;
  -webkit-box-shadow: 1px 1px 3px 2px #52adec;
  box-shadow:         1px 1px 3px 2px #52adec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,173,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #52adec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #52adec;
  -webkit-box-shadow: 1px 1px 3px 2px #52adec;
  box-shadow:         1px 1px 3px 2px #52adec;">
Div content here</div>

This div box has shadow with color #52adec


Comments

No comments written yet.

Please login to write comment.