Color Hex Logo

#53dcfa Color Hex

#53DCFA
(83,220,250)
0 Favorites   0 Comments

Color spaces of #53dcfa

RGB 83220250
HSL0.530.940.65
HSV191°67°98°
CMYK 0.670.120.00   0.02
XYZ46.415859.927599.5633
Yxy59.92750.22540.2910
Hunter Lab77.4129-28.4461-22.0659
CIE-Lab81.7988-27.8037-25.5042

#53dcfa color RGB value is (83,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011100 11111010
Octal 123 334 372
Decimal 83 220 250
Hex 53 DC FA

RGB Percentages of Color #53dcfa

%15.01
%39.78
%45.21

CMYK Percentages of Color #53dcfa

%67
%12
%0
%2

Triadic Colors of #53dcfa

#53dcfa #fa53dc #dcfa53

Analogous Colors of #53dcfa

#53dcfa #5389fa #53fac5

Monochromatic Colors of #53dcfa

#53dcfa

Complementary Color

#53dcfa #fa7153

#53dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dcfa Color CSS Codes

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

#53dcfa Text Font Color

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

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


#53dcfa Background Color

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

This div background color is #53dcfa


#53dcfa Border Color

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

This div border color is #53dcfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,220,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dcfa


Comments

No comments written yet.

Please login to write comment.