Color Hex Logo

#53bbdb Color Hex

#53BBDB
(83,187,219)
0 Favorites   0 Comments

Color spaces of #53bbdb

RGB 83187219
HSL0.540.650.59
HSV194°62°86°
CMYK 0.620.150.00   0.14
XYZ34.123842.494173.4215
Yxy42.49410.22740.2832
Hunter Lab65.1875-20.6385-21.1478
CIE-Lab71.2103-20.5399-25.0192

#53bbdb color RGB value is (83,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111011 11011011
Octal 123 273 333
Decimal 83 187 219
Hex 53 BB DB

RGB Percentages of Color #53bbdb

%16.97
%38.24
%44.79

CMYK Percentages of Color #53bbdb

%62
%15
%0
%14

Triadic Colors of #53bbdb

#53bbdb #db53bb #bbdb53

Analogous Colors of #53bbdb

#53bbdb #5377db #53dbb7

Monochromatic Colors of #53bbdb

#53bbdb

Complementary Color

#53bbdb #db7353

#53bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bbdb Color CSS Codes

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

#53bbdb Text Font Color

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

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


#53bbdb Background Color

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

This div background color is #53bbdb


#53bbdb Border Color

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

This div border color is #53bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bbdb


Comments

No comments written yet.

Please login to write comment.