Color Hex Logo

#53adfd Color Hex

#53ADFD
(83,173,253)
0 Favorites   0 Comments

Color spaces of #53adfd

RGB 83173253
HSL0.580.980.66
HSV208°67°99°
CMYK 0.670.320.00   0.01
XYZ36.240538.818098.5111
Yxy38.81800.20880.2236
Hunter Lab62.3041-5.2038-50.1326
CIE-Lab68.6192-2.1708-47.5413

#53adfd color RGB value is (83,173,253).

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

The process color (four color CMYK) of #53adfd color hex is 0.67, 0.32, 0.00, 0.01. Web safe color of #53adfd is #6699ff. Color #53adfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101101 11111101
Octal 123 255 375
Decimal 83 173 253
Hex 53 AD FD

RGB Percentages of Color #53adfd

%16.31
%33.99
%49.71

CMYK Percentages of Color #53adfd

%67
%32
%0
%1

Triadic Colors of #53adfd

#53adfd #fd53ad #adfd53

Analogous Colors of #53adfd

#53adfd #5358fd #53fdf8

Monochromatic Colors of #53adfd

#53adfd

Complementary Color

#53adfd #fda353

#53adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53adfd Color CSS Codes

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

#53adfd Text Font Color

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

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


#53adfd Background Color

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

This div background color is #53adfd


#53adfd Border Color

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

This div border color is #53adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53adfd


Comments

No comments written yet.

Please login to write comment.