Color Hex Logo

#53abbe Color Hex

#53ABBE
(83,171,190)
0 Favorites   0 Comments

Color spaces of #53abbe

RGB 83171190
HSL0.530.450.54
HSV191°56°75°
CMYK 0.560.100.00   0.25
XYZ27.424534.682553.9642
Yxy34.68250.23630.2988
Hunter Lab58.8919-19.9376-13.1047
CIE-Lab65.5007-20.8987-17.7564

#53abbe color RGB value is (83,171,190).

#53abbe hex color red value is 83, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #53abbe hue: 0.53 , saturation: 0.45 and the lightness value of 53abbe is 0.54.

The process color (four color CMYK) of #53abbe color hex is 0.56, 0.10, 0.00, 0.25. Web safe color of #53abbe is #6699cc. Color #53abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101011 10111110
Octal 123 253 276
Decimal 83 171 190
Hex 53 AB BE

RGB Percentages of Color #53abbe

%18.69
%38.51
%42.79

CMYK Percentages of Color #53abbe

%56
%10
%0
%25

Triadic Colors of #53abbe

#53abbe #be53ab #abbe53

Analogous Colors of #53abbe

#53abbe #5376be #53be9c

Monochromatic Colors of #53abbe

#53abbe

Complementary Color

#53abbe #be6653

#53abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#53abbe Color CSS Codes

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

#53abbe Text Font Color

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

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


#53abbe Background Color

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

This div background color is #53abbe


#53abbe Border Color

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

This div border color is #53abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53abbe


Comments

No comments written yet.

Please login to write comment.