Color Hex Logo

#53d6fd Color Hex

#53D6FD
(83,214,253)
0 Favorites   0 Comments

Color spaces of #53d6fd

RGB 83214253
HSL0.540.980.66
HSV194°67°99°
CMYK 0.670.150.00   0.01
XYZ45.343557.0240101.5454
Yxy57.02400.22240.2796
Hunter Lab75.5142-24.9673-26.8684
CIE-Lab80.1931-23.9385-29.5523

#53d6fd color RGB value is (83,214,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11010110 11111101
Octal 123 326 375
Decimal 83 214 253
Hex 53 D6 FD

RGB Percentages of Color #53d6fd

%15.09
%38.91
%46.00

CMYK Percentages of Color #53d6fd

%67
%15
%0
%1

Triadic Colors of #53d6fd

#53d6fd #fd53d6 #d6fd53

Analogous Colors of #53d6fd

#53d6fd #5381fd #53fdcf

Monochromatic Colors of #53d6fd

#53d6fd

Complementary Color

#53d6fd #fd7a53

#53d6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53d6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53d6fd Color CSS Codes

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

#53d6fd Text Font Color

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

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


#53d6fd Background Color

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

This div background color is #53d6fd


#53d6fd Border Color

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

This div border color is #53d6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53d6fd

Related Colors


Comments

No comments written yet.

Please login to write comment.