Color Hex Logo

#53abde Color Hex

#53ABDE
(83,171,222)
0 Favorites   0 Comments

Color spaces of #53abde

RGB 83171222
HSL0.560.680.60
HSV202°63°87°
CMYK 0.630.230.00   0.13
XYZ31.315036.238774.4515
Yxy36.23870.22050.2552
Hunter Lab60.1986-12.4927-31.1888
CIE-Lab66.7019-11.1381-33.6086

#53abde color RGB value is (83,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101011 11011110
Octal 123 253 336
Decimal 83 171 222
Hex 53 AB DE

RGB Percentages of Color #53abde

%17.44
%35.92
%46.64

CMYK Percentages of Color #53abde

%63
%23
%0
%13

Triadic Colors of #53abde

#53abde #de53ab #abde53

Analogous Colors of #53abde

#53abde #5366de #53decc

Monochromatic Colors of #53abde

#53abde

Complementary Color

#53abde #de8653

#53abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#53abde Color CSS Codes

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

#53abde Text Font Color

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

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


#53abde Background Color

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

This div background color is #53abde


#53abde Border Color

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

This div border color is #53abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53abde


Comments

No comments written yet.

Please login to write comment.