Color Hex Logo

#53cdf6 Color Hex

#53CDF6
(83,205,246)
0 Favorites   0 Comments

Color spaces of #53cdf6

RGB 83205246
HSL0.540.900.65
HSV195°66°96°
CMYK 0.660.170.00   0.04
XYZ42.033252.155595.0404
Yxy52.15550.22210.2756
Hunter Lab72.2188-22.4912-27.4729
CIE-Lab77.3737-21.5346-30.1484

#53cdf6 color RGB value is (83,205,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001101 11110110
Octal 123 315 366
Decimal 83 205 246
Hex 53 CD F6

RGB Percentages of Color #53cdf6

%15.54
%38.39
%46.07

CMYK Percentages of Color #53cdf6

%66
%17
%0
%4

Triadic Colors of #53cdf6

#53cdf6 #f653cd #cdf653

Analogous Colors of #53cdf6

#53cdf6 #537cf6 #53f6ce

Monochromatic Colors of #53cdf6

#53cdf6

Complementary Color

#53cdf6 #f67c53

#53cdf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cdf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cdf6 Color CSS Codes

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

#53cdf6 Text Font Color

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

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


#53cdf6 Background Color

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

This div background color is #53cdf6


#53cdf6 Border Color

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

This div border color is #53cdf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cdf6


Comments

No comments written yet.

Please login to write comment.