Color Hex Logo

#53bcdc Color Hex

#53BCDC
(83,188,220)
0 Favorites   0 Comments

Color spaces of #53bcdc

RGB 83188220
HSL0.540.660.59
HSV194°62°86°
CMYK 0.620.150.00   0.14
XYZ34.468842.972774.1880
Yxy42.97270.22730.2834
Hunter Lab65.5536-20.8614-21.2119
CIE-Lab71.5364-20.7523-25.0651

#53bcdc color RGB value is (83,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111100 11011100
Octal 123 274 334
Decimal 83 188 220
Hex 53 BC DC

RGB Percentages of Color #53bcdc

%16.90
%38.29
%44.81

CMYK Percentages of Color #53bcdc

%62
%15
%0
%14

Triadic Colors of #53bcdc

#53bcdc #dc53bc #bcdc53

Analogous Colors of #53bcdc

#53bcdc #5378dc #53dcb8

Monochromatic Colors of #53bcdc

#53bcdc

Complementary Color

#53bcdc #dc7353

#53bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bcdc Color CSS Codes

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

#53bcdc Text Font Color

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

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


#53bcdc Background Color

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

This div background color is #53bcdc


#53bcdc Border Color

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

This div border color is #53bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bcdc


Comments

No comments written yet.

Please login to write comment.