Color Hex Logo

#53b5df Color Hex

#53B5DF
(83,181,223)
0 Favorites   0 Comments

Color spaces of #53b5df

RGB 83181223
HSL0.550.690.60
HSV198°63°87°
CMYK 0.630.190.00   0.13
XYZ33.410440.214575.8133
Yxy40.21450.22360.2691
Hunter Lab63.4149-16.9326-26.4915
CIE-Lab69.6220-16.1880-29.6417

#53b5df color RGB value is (83,181,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10110101 11011111
Octal 123 265 337
Decimal 83 181 223
Hex 53 B5 DF

RGB Percentages of Color #53b5df

%17.04
%37.17
%45.79

CMYK Percentages of Color #53b5df

%63
%19
%0
%13

Triadic Colors of #53b5df

#53b5df #df53b5 #b5df53

Analogous Colors of #53b5df

#53b5df #536fdf #53dfc3

Monochromatic Colors of #53b5df

#53b5df

Complementary Color

#53b5df #df7d53

#53b5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53b5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#53b5df Color CSS Codes

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

#53b5df Text Font Color

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

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


#53b5df Background Color

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

This div background color is #53b5df


#53b5df Border Color

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

This div border color is #53b5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53b5df


Comments

No comments written yet.

Please login to write comment.