Color Hex Logo

#53dcff Color Hex

#53DCFF
(83,220,255)
0 Favorites   0 Comments

Color spaces of #53dcff

RGB 83220255
HSL0.531.000.66
HSV192°67°100°
CMYK 0.670.140.00   0.00
XYZ47.210560.2454103.7480
Yxy60.24540.22350.2852
Hunter Lab77.6179-27.2601-24.9175
CIE-Lab81.9714-26.3134-27.8890

#53dcff color RGB value is (83,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011100 11111111
Octal 123 334 377
Decimal 83 220 255
Hex 53 DC FF

RGB Percentages of Color #53dcff

%14.87
%39.43
%45.70

CMYK Percentages of Color #53dcff

%67
%14
%0
%0

Triadic Colors of #53dcff

#53dcff #ff53dc #dcff53

Analogous Colors of #53dcff

#53dcff #5386ff #53ffcc

Monochromatic Colors of #53dcff

#53dcff

Complementary Color

#53dcff #ff7653

#53dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dcff Color CSS Codes

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

#53dcff Text Font Color

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

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


#53dcff Background Color

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

This div background color is #53dcff


#53dcff Border Color

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

This div border color is #53dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dcff


Comments

No comments written yet.

Please login to write comment.