Color Hex Logo

#53bbfc Color Hex

#53BBFC
(83,187,252)
0 Favorites   0 Comments

Color spaces of #53bbfc

RGB 83187252
HSL0.560.970.66
HSV203°67°99°
CMYK 0.670.260.00   0.01
XYZ38.908344.407998.6164
Yxy44.40790.21390.2441
Hunter Lab66.6393-12.3989-41.0931
CIE-Lab72.5003-10.2127-40.9186

#53bbfc color RGB value is (83,187,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111011 11111100
Octal 123 273 374
Decimal 83 187 252
Hex 53 BB FC

RGB Percentages of Color #53bbfc

%15.90
%35.82
%48.28

CMYK Percentages of Color #53bbfc

%67
%26
%0
%1

Triadic Colors of #53bbfc

#53bbfc #fc53bb #bbfc53

Analogous Colors of #53bbfc

#53bbfc #5367fc #53fce9

Monochromatic Colors of #53bbfc

#53bbfc

Complementary Color

#53bbfc #fc9453

#53bbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bbfc Color CSS Codes

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

#53bbfc Text Font Color

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

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


#53bbfc Background Color

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

This div background color is #53bbfc


#53bbfc Border Color

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

This div border color is #53bbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.