Color Hex Logo

#52d2ff Color Hex

#52D2FF
(82,210,255)
0 Favorites   0 Comments

Color spaces of #52d2ff

RGB 82210255
HSL0.541.000.66
HSV196°68°100°
CMYK 0.680.180.00   0.00
XYZ44.576355.1070102.8950
Yxy55.10700.22000.2720
Hunter Lab74.2341-22.7235-30.2173
CIE-Lab79.1029-21.4552-32.2939

#52d2ff color RGB value is (82,210,255).

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

The process color (four color CMYK) of #52d2ff color hex is 0.68, 0.18, 0.00, 0.00. Web safe color of #52d2ff is #66ccff. Color #52d2ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11010010 11111111
Octal 122 322 377
Decimal 82 210 255
Hex 52 D2 FF

RGB Percentages of Color #52d2ff

%14.99
%38.39
%46.62

CMYK Percentages of Color #52d2ff

%68
%18
%0
%0

Triadic Colors of #52d2ff

#52d2ff #ff52d2 #d2ff52

Analogous Colors of #52d2ff

#52d2ff #527cff #52ffd6

Monochromatic Colors of #52d2ff

#52d2ff

Complementary Color

#52d2ff #ff7f52

#52d2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52d2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#52d2ff Color CSS Codes

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

#52d2ff Text Font Color

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

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


#52d2ff Background Color

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

This div background color is #52d2ff


#52d2ff Border Color

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

This div border color is #52d2ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,210,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 #52d2ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52d2ff

Related Colors


Comments

No comments written yet.

Please login to write comment.