Color Hex Logo

#53dbdc Color Hex

#53DBDC
(83,219,220)
0 Favorites   0 Comments

Color spaces of #53dbdc

RGB 83219220
HSL0.500.660.59
HSV180°62°86°
CMYK 0.620.000.00   0.14
XYZ41.817157.669376.6375
Yxy57.66930.23740.3274
Hunter Lab75.9403-34.6032-6.6761
CIE-Lab80.5546-35.8991-11.4325

#53dbdc color RGB value is (83,219,220).

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

The process color (four color CMYK) of #53dbdc color hex is 0.62, 0.00, 0.00, 0.14. Web safe color of #53dbdc is #66cccc. Color #53dbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011011 11011100
Octal 123 333 334
Decimal 83 219 220
Hex 53 DB DC

RGB Percentages of Color #53dbdc

%15.90
%41.95
%42.15

CMYK Percentages of Color #53dbdc

%62
%0
%0
%14

Triadic Colors of #53dbdc

#53dbdc #dc53db #dbdc53

Analogous Colors of #53dbdc

#53dbdc #5397dc #53dc99

Monochromatic Colors of #53dbdc

#53dbdc

Complementary Color

#53dbdc #dc5453

#53dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dbdc Color CSS Codes

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

#53dbdc Text Font Color

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

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


#53dbdc Background Color

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

This div background color is #53dbdc


#53dbdc Border Color

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

This div border color is #53dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dbdc


Comments

No comments written yet.

Please login to write comment.