Color Hex Logo

#52afef Color Hex

#52AFEF
(82,175,239)
0 Favorites   0 Comments

Color spaces of #52afef

RGB 82175239
HSL0.570.830.63
HSV204°66°94°
CMYK 0.660.270.00   0.06
XYZ34.389638.685887.3159
Yxy38.68580.21440.2412
Hunter Lab62.1979-10.1526-39.6951
CIE-Lab68.5231-8.0368-40.0829

#52afef color RGB value is (82,175,239).

#52afef hex color red value is 82, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #52afef hue: 0.57 , saturation: 0.83 and the lightness value of 52afef is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101111 11101111
Octal 122 257 357
Decimal 82 175 239
Hex 52 AF EF

RGB Percentages of Color #52afef

%16.53
%35.28
%48.19

CMYK Percentages of Color #52afef

%66
%27
%0
%6

Triadic Colors of #52afef

#52afef #ef52af #afef52

Analogous Colors of #52afef

#52afef #5261ef #52efe1

Monochromatic Colors of #52afef

#52afef

Complementary Color

#52afef #ef9252

#52afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#52afef Color CSS Codes

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

#52afef Text Font Color

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

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


#52afef Background Color

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

This div background color is #52afef


#52afef Border Color

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

This div border color is #52afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52afef


Comments

No comments written yet.

Please login to write comment.