Color Hex Logo

#53bad9 Color Hex

#53BAD9
(83,186,217)
0 Favorites   0 Comments

Color spaces of #53bad9

RGB 83186217
HSL0.540.640.59
HSV194°62°85°
CMYK 0.620.140.00   0.15
XYZ33.650641.966671.9724
Yxy41.96660.22800.2843
Hunter Lab64.7816-20.6466-20.5241
CIE-Lab70.8479-20.6283-24.4825

#53bad9 color RGB value is (83,186,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111010 11011001
Octal 123 272 331
Decimal 83 186 217
Hex 53 BA D9

RGB Percentages of Color #53bad9

%17.08
%38.27
%44.65

CMYK Percentages of Color #53bad9

%62
%14
%0
%15

Triadic Colors of #53bad9

#53bad9 #d953ba #bad953

Analogous Colors of #53bad9

#53bad9 #5377d9 #53d9b5

Monochromatic Colors of #53bad9

#53bad9

Complementary Color

#53bad9 #d97253

#53bad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bad9 Color CSS Codes

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

#53bad9 Text Font Color

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

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


#53bad9 Background Color

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

This div background color is #53bad9


#53bad9 Border Color

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

This div border color is #53bad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bad9


Comments

No comments written yet.

Please login to write comment.