Color Hex Logo

#53bbde Color Hex

#53BBDE
(83,187,222)
0 Favorites   0 Comments

Color spaces of #53bbde

RGB 83187222
HSL0.540.680.60
HSV195°63°87°
CMYK 0.630.160.00   0.13
XYZ34.522442.653675.5207
Yxy42.65360.22610.2793
Hunter Lab65.3097-19.9378-22.8430
CIE-Lab71.3192-19.6313-26.4871

#53bbde color RGB value is (83,187,222).

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

The process color (four color CMYK) of #53bbde color hex is 0.63, 0.16, 0.00, 0.13. Web safe color of #53bbde is #66cccc. Color #53bbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111011 11011110
Octal 123 273 336
Decimal 83 187 222
Hex 53 BB DE

RGB Percentages of Color #53bbde

%16.87
%38.01
%45.12

CMYK Percentages of Color #53bbde

%63
%16
%0
%13

Triadic Colors of #53bbde

#53bbde #de53bb #bbde53

Analogous Colors of #53bbde

#53bbde #5376de #53debc

Monochromatic Colors of #53bbde

#53bbde

Complementary Color

#53bbde #de7653

#53bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bbde Color CSS Codes

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

#53bbde Text Font Color

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

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


#53bbde Background Color

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

This div background color is #53bbde


#53bbde Border Color

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

This div border color is #53bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bbde


Comments

No comments written yet.

Please login to write comment.