Color Hex Logo

#53abea Color Hex

#53ABEA
(83,171,234)
0 Favorites   0 Comments

Color spaces of #53abea

RGB 83171234
HSL0.570.780.62
HSV205°65°92°
CMYK 0.650.270.00   0.08
XYZ32.981536.905383.2270
Yxy36.90530.21540.2410
Hunter Lab60.7497-9.4030-38.7024
CIE-Lab67.2059-7.2902-39.4068

#53abea color RGB value is (83,171,234).

#53abea hex color red value is 83, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #53abea hue: 0.57 , saturation: 0.78 and the lightness value of 53abea is 0.62.

The process color (four color CMYK) of #53abea color hex is 0.65, 0.27, 0.00, 0.08. Web safe color of #53abea is #6699ff. Color #53abea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101011 11101010
Octal 123 253 352
Decimal 83 171 234
Hex 53 AB EA

RGB Percentages of Color #53abea

%17.01
%35.04
%47.95

CMYK Percentages of Color #53abea

%65
%27
%0
%8

Triadic Colors of #53abea

#53abea #ea53ab #abea53

Analogous Colors of #53abea

#53abea #535fea #53eade

Monochromatic Colors of #53abea

#53abea

Complementary Color

#53abea #ea9253

#53abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#53abea Color CSS Codes

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

#53abea Text Font Color

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

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


#53abea Background Color

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

This div background color is #53abea


#53abea Border Color

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

This div border color is #53abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53abea


Comments

No comments written yet.

Please login to write comment.