Color Hex Logo

#53adbe Color Hex

#53ADBE
(83,173,190)
0 Favorites   0 Comments

Color spaces of #53adbe

RGB 83173190
HSL0.530.450.54
HSV190°56°75°
CMYK 0.560.090.00   0.25
XYZ27.805135.443854.0911
Yxy35.44380.23700.3021
Hunter Lab59.5347-20.8190-12.1945
CIE-Lab66.0927-21.9291-16.8596

#53adbe color RGB value is (83,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101101 10111110
Octal 123 255 276
Decimal 83 173 190
Hex 53 AD BE

RGB Percentages of Color #53adbe

%18.61
%38.79
%42.60

CMYK Percentages of Color #53adbe

%56
%9
%0
%25

Triadic Colors of #53adbe

#53adbe #be53ad #adbe53

Analogous Colors of #53adbe

#53adbe #5378be #53be9a

Monochromatic Colors of #53adbe

#53adbe

Complementary Color

#53adbe #be6453

#53adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#53adbe Color CSS Codes

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

#53adbe Text Font Color

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

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


#53adbe Background Color

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

This div background color is #53adbe


#53adbe Border Color

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

This div border color is #53adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53adbe


Comments

No comments written yet.

Please login to write comment.