Color Hex Logo

#52adfa Color Hex

#52ADFA
(82,173,250)
0 Favorites   0 Comments

Color spaces of #52adfa

RGB 82173250
HSL0.580.940.65
HSV208°67°98°
CMYK 0.670.310.00   0.02
XYZ35.678638.583196.0093
Yxy38.58310.20950.2266
Hunter Lab62.1153-6.1726-48.1616
CIE-Lab68.4482-3.3172-46.1846

#52adfa color RGB value is (82,173,250).

#52adfa hex color red value is 82, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #52adfa hue: 0.58 , saturation: 0.94 and the lightness value of 52adfa is 0.65.

The process color (four color CMYK) of #52adfa color hex is 0.67, 0.31, 0.00, 0.02. Web safe color of #52adfa is #6699ff. Color #52adfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101101 11111010
Octal 122 255 372
Decimal 82 173 250
Hex 52 AD FA

RGB Percentages of Color #52adfa

%16.24
%34.26
%49.50

CMYK Percentages of Color #52adfa

%67
%31
%0
%2

Triadic Colors of #52adfa

#52adfa #fa52ad #adfa52

Analogous Colors of #52adfa

#52adfa #5259fa #52faf3

Monochromatic Colors of #52adfa

#52adfa

Complementary Color

#52adfa #fa9f52

#52adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#52adfa Color CSS Codes

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

#52adfa Text Font Color

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

This sample text font color is #52adfa
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.


#52adfa Background Color

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

This div background color is #52adfa


#52adfa Border Color

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

This div border color is #52adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52adfa


Comments

No comments written yet.

Please login to write comment.