Color Hex Logo

#53ffdb Color Hex

#53FFDB
(83,255,219)
0 Favorites   0 Comments

Color spaces of #53ffdb

RGB 83255219
HSL0.471.000.66
HSV167°67°100°
CMYK 0.670.000.14   0.00
XYZ52.113578.473579.4181
Yxy78.47350.24820.3737
Hunter Lab88.5853-50.01518.8553
CIE-Lab90.9955-51.95164.4430

#53ffdb color RGB value is (83,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11111111 11011011
Octal 123 377 333
Decimal 83 255 219
Hex 53 FF DB

RGB Percentages of Color #53ffdb

%14.90
%45.78
%39.32

CMYK Percentages of Color #53ffdb

%67
%0
%14
%0

Triadic Colors of #53ffdb

#53ffdb #db53ff #ffdb53

Analogous Colors of #53ffdb

#53ffdb #53cdff #53ff85

Monochromatic Colors of #53ffdb

#53ffdb

Complementary Color

#53ffdb #ff5377

#53ffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ffdb Color CSS Codes

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

#53ffdb Text Font Color

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

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


#53ffdb Background Color

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

This div background color is #53ffdb


#53ffdb Border Color

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

This div border color is #53ffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ffdb

Related Colors


Comments

No comments written yet.

Please login to write comment.