Color Hex Logo

#52dafd Color Hex

#52DAFD
(82,218,253)
0 Favorites   0 Comments

Color spaces of #52dafd

RGB 82218253
HSL0.530.980.66
HSV192°68°99°
CMYK 0.680.140.00   0.01
XYZ46.280759.0285101.8829
Yxy59.02850.22340.2849
Hunter Lab76.8300-26.9281-24.8424
CIE-Lab81.3073-26.0676-27.8476

#52dafd color RGB value is (82,218,253).

#52dafd hex color red value is 82, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #52dafd hue: 0.53 , saturation: 0.98 and the lightness value of 52dafd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011010 11111101
Octal 122 332 375
Decimal 82 218 253
Hex 52 DA FD

RGB Percentages of Color #52dafd

%14.83
%39.42
%45.75

CMYK Percentages of Color #52dafd

%68
%14
%0
%1

Triadic Colors of #52dafd

#52dafd #fd52da #dafd52

Analogous Colors of #52dafd

#52dafd #5285fd #52fdcb

Monochromatic Colors of #52dafd

#52dafd

Complementary Color

#52dafd #fd7552

#52dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dafd Color CSS Codes

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

#52dafd Text Font Color

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

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


#52dafd Background Color

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

This div background color is #52dafd


#52dafd Border Color

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

This div border color is #52dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dafd


Comments

No comments written yet.

Please login to write comment.