Color Hex Logo

#53abfa Color Hex

#53ABFA
(83,171,250)
0 Favorites   0 Comments

Color spaces of #53abfa

RGB 83171250
HSL0.580.940.65
HSV208°67°98°
CMYK 0.670.320.00   0.02
XYZ35.385537.866995.8865
Yxy37.86690.20920.2239
Hunter Lab61.5361-5.0441-49.3114
CIE-Lab67.9224-2.0412-47.0093

#53abfa color RGB value is (83,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101011 11111010
Octal 123 253 372
Decimal 83 171 250
Hex 53 AB FA

RGB Percentages of Color #53abfa

%16.47
%33.93
%49.60

CMYK Percentages of Color #53abfa

%67
%32
%0
%2

Triadic Colors of #53abfa

#53abfa #fa53ab #abfa53

Analogous Colors of #53abfa

#53abfa #5358fa #53faf6

Monochromatic Colors of #53abfa

#53abfa

Complementary Color

#53abfa #faa253

#53abfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53abfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#53abfa Color CSS Codes

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

#53abfa Text Font Color

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

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


#53abfa Background Color

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

This div background color is #53abfa


#53abfa Border Color

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

This div border color is #53abfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53abfa


Comments

No comments written yet.

Please login to write comment.