Color Hex Logo

#53ebfe Color Hex

#53EBFE
(83,235,254)
0 Favorites   0 Comments

Color spaces of #53ebfe

RGB 83235254
HSL0.520.990.66
HSV187°67°100°
CMYK 0.670.070.00   0.00
XYZ51.165068.4114104.2740
Yxy68.41140.22860.3056
Hunter Lab82.7112-34.3248-16.8491
CIE-Lab86.2117-33.8298-20.9101

#53ebfe color RGB value is (83,235,254).

#53ebfe hex color red value is 83, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #53ebfe hue: 0.52 , saturation: 0.99 and the lightness value of 53ebfe is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101011 11111110
Octal 123 353 376
Decimal 83 235 254
Hex 53 EB FE

RGB Percentages of Color #53ebfe

%14.51
%41.08
%44.41

CMYK Percentages of Color #53ebfe

%67
%7
%0
%0

Triadic Colors of #53ebfe

#53ebfe #fe53eb #ebfe53

Analogous Colors of #53ebfe

#53ebfe #5396fe #53febc

Monochromatic Colors of #53ebfe

#53ebfe

Complementary Color

#53ebfe #fe6653

#53ebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ebfe Color CSS Codes

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

#53ebfe Text Font Color

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

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


#53ebfe Background Color

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

This div background color is #53ebfe


#53ebfe Border Color

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

This div border color is #53ebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ebfe


Comments

No comments written yet.

Please login to write comment.