Color Hex Logo

#53bcde Color Hex

#53BCDE
(83,188,222)
0 Favorites   0 Comments

Color spaces of #53bcde

RGB 83188222
HSL0.540.680.60
HSV195°63°87°
CMYK 0.630.150.00   0.13
XYZ34.735343.079475.5916
Yxy43.07940.22640.2808
Hunter Lab65.6349-20.3953-22.3398
CIE-Lab71.6088-20.1477-26.0432

#53bcde color RGB value is (83,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111100 11011110
Octal 123 274 336
Decimal 83 188 222
Hex 53 BC DE

RGB Percentages of Color #53bcde

%16.84
%38.13
%45.03

CMYK Percentages of Color #53bcde

%63
%15
%0
%13

Triadic Colors of #53bcde

#53bcde #de53bc #bcde53

Analogous Colors of #53bcde

#53bcde #5377de #53debb

Monochromatic Colors of #53bcde

#53bcde

Complementary Color

#53bcde #de7553

#53bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bcde Color CSS Codes

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

#53bcde Text Font Color

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

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


#53bcde Background Color

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

This div background color is #53bcde


#53bcde Border Color

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

This div border color is #53bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bcde


Comments

No comments written yet.

Please login to write comment.