Color Hex Logo

#53fedb Color Hex

#53FEDB
(83,254,219)
0 Favorites   0 Comments

Color spaces of #53fedb

RGB 83254219
HSL0.470.990.66
HSV168°67°100°
CMYK 0.670.000.14   0.00
XYZ51.795377.837179.3120
Yxy77.83710.24790.3725
Hunter Lab88.2253-49.60068.4578
CIE-Lab90.7055-51.53614.0232

#53fedb color RGB value is (83,254,219).

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

The process color (four color CMYK) of #53fedb color hex is 0.67, 0.00, 0.14, 0.00. Web safe color of #53fedb is #66ffcc. Color #53fedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111110 11011011
Octal 123 376 333
Decimal 83 254 219
Hex 53 FE DB

RGB Percentages of Color #53fedb

%14.93
%45.68
%39.39

CMYK Percentages of Color #53fedb

%67
%0
%14
%0

Triadic Colors of #53fedb

#53fedb #db53fe #fedb53

Analogous Colors of #53fedb

#53fedb #53ccfe #53fe86

Monochromatic Colors of #53fedb

#53fedb

Complementary Color

#53fedb #fe5376

#53fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#53fedb Color CSS Codes

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

#53fedb Text Font Color

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

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


#53fedb Background Color

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

This div background color is #53fedb


#53fedb Border Color

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

This div border color is #53fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53fedb


Comments

No comments written yet.

Please login to write comment.