Color Hex Logo

#53dcfe Color Hex

#53DCFE
(83,220,254)
0 Favorites   0 Comments

Color spaces of #53dcfe

RGB 83220254
HSL0.530.990.66
HSV192°67°100°
CMYK 0.670.130.00   0.00
XYZ47.049960.1812102.9023
Yxy60.18120.22390.2864
Hunter Lab77.5765-27.4993-24.3423
CIE-Lab81.9366-26.6129-27.4128

#53dcfe color RGB value is (83,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011100 11111110
Octal 123 334 376
Decimal 83 220 254
Hex 53 DC FE

RGB Percentages of Color #53dcfe

%14.90
%39.50
%45.60

CMYK Percentages of Color #53dcfe

%67
%13
%0
%0

Triadic Colors of #53dcfe

#53dcfe #fe53dc #dcfe53

Analogous Colors of #53dcfe

#53dcfe #5387fe #53fecb

Monochromatic Colors of #53dcfe

#53dcfe

Complementary Color

#53dcfe #fe7553

#53dcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dcfe Color CSS Codes

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

#53dcfe Text Font Color

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

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


#53dcfe Background Color

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

This div background color is #53dcfe


#53dcfe Border Color

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

This div border color is #53dcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dcfe


Comments

No comments written yet.

Please login to write comment.