Color Hex Logo

#53ecfa Color Hex

#53ECFA
(83,236,250)
0 Favorites   0 Comments

Color spaces of #53ecfa

RGB 83236250
HSL0.510.940.65
HSV185°67°98°
CMYK 0.670.060.00   0.02
XYZ50.818168.7320101.0307
Yxy68.73200.23040.3116
Hunter Lab82.9048-35.6683-14.2196
CIE-Lab86.3712-35.4382-18.5698

#53ecfa color RGB value is (83,236,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101100 11111010
Octal 123 354 372
Decimal 83 236 250
Hex 53 EC FA

RGB Percentages of Color #53ecfa

%14.59
%41.48
%43.94

CMYK Percentages of Color #53ecfa

%67
%6
%0
%2

Triadic Colors of #53ecfa

#53ecfa #fa53ec #ecfa53

Analogous Colors of #53ecfa

#53ecfa #5399fa #53fab5

Monochromatic Colors of #53ecfa

#53ecfa

Complementary Color

#53ecfa #fa6153

#53ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ecfa Color CSS Codes

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

#53ecfa Text Font Color

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

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


#53ecfa Background Color

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

This div background color is #53ecfa


#53ecfa Border Color

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

This div border color is #53ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ecfa


Comments

No comments written yet.

Please login to write comment.