Color Hex Logo

#53dff6 Color Hex

#53DFF6
(83,223,246)
0 Favorites   0 Comments

Color spaces of #53dff6

RGB 83223246
HSL0.520.900.65
HSV188°66°96°
CMYK 0.660.090.00   0.04
XYZ46.589561.268296.5592
Yxy61.26820.22790.2997
Hunter Lab78.2740-30.7345-18.3486
CIE-Lab82.5227-30.4336-22.2836

#53dff6 color RGB value is (83,223,246).

#53dff6 hex color red value is 83, green value is 223 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #53dff6 hue: 0.52 , saturation: 0.90 and the lightness value of 53dff6 is 0.65.

The process color (four color CMYK) of #53dff6 color hex is 0.66, 0.09, 0.00, 0.04. Web safe color of #53dff6 is #66ccff. Color #53dff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011111 11110110
Octal 123 337 366
Decimal 83 223 246
Hex 53 DF F6

RGB Percentages of Color #53dff6

%15.04
%40.40
%44.57

CMYK Percentages of Color #53dff6

%66
%9
%0
%4

Triadic Colors of #53dff6

#53dff6 #f653df #dff653

Analogous Colors of #53dff6

#53dff6 #538ef6 #53f6bc

Monochromatic Colors of #53dff6

#53dff6

Complementary Color

#53dff6 #f66a53

#53dff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dff6 Color CSS Codes

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

#53dff6 Text Font Color

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

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


#53dff6 Background Color

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

This div background color is #53dff6


#53dff6 Border Color

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

This div border color is #53dff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dff6


Comments

No comments written yet.

Please login to write comment.