Color Hex Logo

#53b2de Color Hex

#53B2DE
(83,178,222)
0 Favorites   0 Comments

Color spaces of #53b2de

RGB 83178222
HSL0.550.680.60
HSV199°63°87°
CMYK 0.630.200.00   0.13
XYZ32.672538.953774.9040
Yxy38.95370.22300.2658
Hunter Lab62.4129-15.7797-27.4671
CIE-Lab68.7177-14.9073-30.4893

#53b2de color RGB value is (83,178,222).

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

The process color (four color CMYK) of #53b2de color hex is 0.63, 0.20, 0.00, 0.13. Web safe color of #53b2de is #6699cc. Color #53b2de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10110010 11011110
Octal 123 262 336
Decimal 83 178 222
Hex 53 B2 DE

RGB Percentages of Color #53b2de

%17.18
%36.85
%45.96

CMYK Percentages of Color #53b2de

%63
%20
%0
%13

Triadic Colors of #53b2de

#53b2de #de53b2 #b2de53

Analogous Colors of #53b2de

#53b2de #536dde #53dec5

Monochromatic Colors of #53b2de

#53b2de

Complementary Color

#53b2de #de7f53

#53b2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53b2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#53b2de Color CSS Codes

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

#53b2de Text Font Color

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

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


#53b2de Background Color

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

This div background color is #53b2de


#53b2de Border Color

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

This div border color is #53b2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53b2de


Comments

No comments written yet.

Please login to write comment.