Color Hex Logo

#53dffa Color Hex

#53DFFA
(83,223,250)
0 Favorites   0 Comments

Color spaces of #53dffa

RGB 83223250
HSL0.530.940.65
HSV190°67°98°
CMYK 0.670.110.00   0.02
XYZ47.210361.516599.8281
Yxy61.51650.22640.2950
Hunter Lab78.4325-29.8135-20.5610
CIE-Lab82.6556-29.2632-24.1988

#53dffa color RGB value is (83,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011111 11111010
Octal 123 337 372
Decimal 83 223 250
Hex 53 DF FA

RGB Percentages of Color #53dffa

%14.93
%40.11
%44.96

CMYK Percentages of Color #53dffa

%67
%11
%0
%2

Triadic Colors of #53dffa

#53dffa #fa53df #dffa53

Analogous Colors of #53dffa

#53dffa #538cfa #53fac2

Monochromatic Colors of #53dffa

#53dffa

Complementary Color

#53dffa #fa6e53

#53dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dffa Color CSS Codes

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

#53dffa Text Font Color

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

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


#53dffa Background Color

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

This div background color is #53dffa


#53dffa Border Color

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

This div border color is #53dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dffa


Comments

No comments written yet.

Please login to write comment.