Color Hex Logo

#53dbfa Color Hex

#53DBFA
(83,219,250)
0 Favorites   0 Comments

Color spaces of #53dbfa

RGB 83219250
HSL0.530.940.65
HSV191°67°98°
CMYK 0.670.120.00   0.02
XYZ46.154159.404299.4761
Yxy59.40420.22510.2897
Hunter Lab77.0741-27.9890-22.5711
CIE-Lab81.5133-27.3145-25.9397

#53dbfa color RGB value is (83,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011011 11111010
Octal 123 333 372
Decimal 83 219 250
Hex 53 DB FA

RGB Percentages of Color #53dbfa

%15.04
%39.67
%45.29

CMYK Percentages of Color #53dbfa

%67
%12
%0
%2

Triadic Colors of #53dbfa

#53dbfa #fa53db #dbfa53

Analogous Colors of #53dbfa

#53dbfa #5388fa #53fac6

Monochromatic Colors of #53dbfa

#53dbfa

Complementary Color

#53dbfa #fa7253

#53dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dbfa Color CSS Codes

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

#53dbfa Text Font Color

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

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


#53dbfa Background Color

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

This div background color is #53dbfa


#53dbfa Border Color

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

This div border color is #53dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dbfa


Comments

No comments written yet.

Please login to write comment.