Color Hex Logo

#53dadc Color Hex

#53DADC
(83,218,220)
0 Favorites   0 Comments

Color spaces of #53dadc

RGB 83218220
HSL0.500.660.59
HSV181°62°86°
CMYK 0.620.010.00   0.14
XYZ41.557057.149176.5507
Yxy57.14910.23710.3261
Hunter Lab75.5970-34.1702-7.1200
CIE-Lab80.2634-35.4341-11.8674

#53dadc color RGB value is (83,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011010 11011100
Octal 123 332 334
Decimal 83 218 220
Hex 53 DA DC

RGB Percentages of Color #53dadc

%15.93
%41.84
%42.23

CMYK Percentages of Color #53dadc

%62
%1
%0
%14

Triadic Colors of #53dadc

#53dadc #dc53da #dadc53

Analogous Colors of #53dadc

#53dadc #5396dc #53dc9a

Monochromatic Colors of #53dadc

#53dadc

Complementary Color

#53dadc #dc5553

#53dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dadc Color CSS Codes

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

#53dadc Text Font Color

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

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


#53dadc Background Color

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

This div background color is #53dadc


#53dadc Border Color

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

This div border color is #53dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dadc


Comments

No comments written yet.

Please login to write comment.