Color Hex Logo

#53abfd Color Hex

#53ABFD
(83,171,253)
0 Favorites   0 Comments

Color spaces of #53abfd

RGB 83171253
HSL0.580.980.66
HSV209°67°99°
CMYK 0.670.320.00   0.01
XYZ35.859838.056798.3842
Yxy38.05670.20810.2209
Hunter Lab61.6901-4.1976-51.3734
CIE-Lab68.0624-1.0446-48.4182

#53abfd color RGB value is (83,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101011 11111101
Octal 123 253 375
Decimal 83 171 253
Hex 53 AB FD

RGB Percentages of Color #53abfd

%16.37
%33.73
%49.90

CMYK Percentages of Color #53abfd

%67
%32
%0
%1

Triadic Colors of #53abfd

#53abfd #fd53ab #abfd53

Analogous Colors of #53abfd

#53abfd #5356fd #53fdfa

Monochromatic Colors of #53abfd

#53abfd

Complementary Color

#53abfd #fda553

#53abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53abfd Color CSS Codes

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

#53abfd Text Font Color

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

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


#53abfd Background Color

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

This div background color is #53abfd


#53abfd Border Color

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

This div border color is #53abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53abfd


Comments

No comments written yet.

Please login to write comment.