Color Hex Logo

#53edfe Color Hex

#53EDFE
(83,237,254)
0 Favorites   0 Comments

Color spaces of #53edfe

RGB 83237254
HSL0.520.990.66
HSV186°67°100°
CMYK 0.670.070.00   0.00
XYZ51.740969.5631104.4659
Yxy69.56310.22920.3081
Hunter Lab83.4045-35.2234-15.8788
CIE-Lab86.7821-34.7680-20.0475

#53edfe color RGB value is (83,237,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11101101 11111110
Octal 123 355 376
Decimal 83 237 254
Hex 53 ED FE

RGB Percentages of Color #53edfe

%14.46
%41.29
%44.25

CMYK Percentages of Color #53edfe

%67
%7
%0
%0

Triadic Colors of #53edfe

#53edfe #fe53ed #edfe53

Analogous Colors of #53edfe

#53edfe #5398fe #53feba

Monochromatic Colors of #53edfe

#53edfe

Complementary Color

#53edfe #fe6453

#53edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#53edfe Color CSS Codes

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

#53edfe Text Font Color

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

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


#53edfe Background Color

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

This div background color is #53edfe


#53edfe Border Color

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

This div border color is #53edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53edfe

Related Colors


Comments

No comments written yet.

Please login to write comment.