Color Hex Logo

#52abff Color Hex

#52ABFF
(82,171,255)
0 Favorites   0 Comments

Color spaces of #52abff

RGB 82171255
HSL0.581.000.66
HSV209°68°100°
CMYK 0.680.330.00   0.00
XYZ36.092638.1397100.0671
Yxy38.13970.20710.2188
Hunter Lab61.7573-3.7553-52.8390
CIE-Lab68.1235-0.5277-49.4092

#52abff color RGB value is (82,171,255).

#52abff hex color red value is 82, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #52abff hue: 0.58 , saturation: 1.00 and the lightness value of 52abff is 0.66.

The process color (four color CMYK) of #52abff color hex is 0.68, 0.33, 0.00, 0.00. Web safe color of #52abff is #6699ff. Color #52abff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101011 11111111
Octal 122 253 377
Decimal 82 171 255
Hex 52 AB FF

RGB Percentages of Color #52abff

%16.14
%33.66
%50.20

CMYK Percentages of Color #52abff

%68
%33
%0
%0

Triadic Colors of #52abff

#52abff #ff52ab #abff52

Analogous Colors of #52abff

#52abff #5254ff #52fffd

Monochromatic Colors of #52abff

#52abff

Complementary Color

#52abff #ffa652

#52abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#52abff Color CSS Codes

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

#52abff Text Font Color

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

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


#52abff Background Color

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

This div background color is #52abff


#52abff Border Color

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

This div border color is #52abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52abff


Comments

No comments written yet.

Please login to write comment.