Color Hex Logo

#53dcfd Color Hex

#53DCFD
(83,220,253)
0 Favorites   0 Comments

Color spaces of #53dcfd

RGB 83220253
HSL0.530.980.66
HSV192°67°99°
CMYK 0.670.130.00   0.01
XYZ46.890160.1172102.0609
Yxy60.11720.22430.2875
Hunter Lab77.5353-27.7374-23.7697
CIE-Lab81.9019-26.9115-26.9363

#53dcfd color RGB value is (83,220,253).

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

The process color (four color CMYK) of #53dcfd color hex is 0.67, 0.13, 0.00, 0.01. Web safe color of #53dcfd is #66ccff. Color #53dcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011100 11111101
Octal 123 334 375
Decimal 83 220 253
Hex 53 DC FD

RGB Percentages of Color #53dcfd

%14.93
%39.57
%45.50

CMYK Percentages of Color #53dcfd

%67
%13
%0
%1

Triadic Colors of #53dcfd

#53dcfd #fd53dc #dcfd53

Analogous Colors of #53dcfd

#53dcfd #5387fd #53fdc9

Monochromatic Colors of #53dcfd

#53dcfd

Complementary Color

#53dcfd #fd7453

#53dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dcfd Color CSS Codes

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

#53dcfd Text Font Color

<p style="color:#53dcfd">Text here</p>

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


#53dcfd Background Color

<div style="background-color:#53dcfd">
Div content here</div>

This div background color is #53dcfd


#53dcfd Border Color

<div style="border:3px solid #53dcfd">
Div here</div>

This div border color is #53dcfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,220,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53dcfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53dcfd;
  -webkit-box-shadow: 1px 1px 3px 2px #53dcfd;
  box-shadow:         1px 1px 3px 2px #53dcfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,220,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 #53dcfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dcfd


Comments

No comments written yet.

Please login to write comment.