Color Hex Logo

#53acfc Color Hex

#53ACFC
(83,172,252)
0 Favorites   0 Comments

Color spaces of #53acfc

RGB 83172252
HSL0.580.970.66
HSV208°67°99°
CMYK 0.670.320.00   0.01
XYZ35.890538.372397.6104
Yxy38.37230.20880.2233
Hunter Lab61.9454-4.9834-50.0644
CIE-Lab68.2941-1.9404-47.5104

#53acfc color RGB value is (83,172,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101100 11111100
Octal 123 254 374
Decimal 83 172 252
Hex 53 AC FC

RGB Percentages of Color #53acfc

%16.37
%33.93
%49.70

CMYK Percentages of Color #53acfc

%67
%32
%0
%1

Triadic Colors of #53acfc

#53acfc #fc53ac #acfc53

Analogous Colors of #53acfc

#53acfc #5358fc #53fcf8

Monochromatic Colors of #53acfc

#53acfc

Complementary Color

#53acfc #fca353

#53acfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53acfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53acfc Color CSS Codes

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

#53acfc Text Font Color

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

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


#53acfc Background Color

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

This div background color is #53acfc


#53acfc Border Color

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

This div border color is #53acfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53acfc


Comments

No comments written yet.

Please login to write comment.