Color Hex Logo

#53abae Color Hex

#53ABAE
(83,171,174)
0 Favorites   0 Comments

Color spaces of #53abae

RGB 83171174
HSL0.510.360.50
HSV182°52°68°
CMYK 0.520.020.00   0.32
XYZ25.770234.020845.2528
Yxy34.02080.24530.3239
Hunter Lab58.3274-23.2080-5.1705
CIE-Lab64.9791-25.4319-9.6346

#53abae color RGB value is (83,171,174).

#53abae hex color red value is 83, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #53abae hue: 0.51 , saturation: 0.36 and the lightness value of 53abae is 0.50.

The process color (four color CMYK) of #53abae color hex is 0.52, 0.02, 0.00, 0.32. Web safe color of #53abae is #669999. Color #53abae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101011 10101110
Octal 123 253 256
Decimal 83 171 174
Hex 53 AB AE

RGB Percentages of Color #53abae

%19.39
%39.95
%40.65

CMYK Percentages of Color #53abae

%52
%2
%0
%32

Triadic Colors of #53abae

#53abae #ae53ab #abae53

Analogous Colors of #53abae

#53abae #537eae #53ae84

Monochromatic Colors of #53abae

#53abae

Complementary Color

#53abae #ae5653

#53abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#53abae Color CSS Codes

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

#53abae Text Font Color

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

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


#53abae Background Color

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

This div background color is #53abae


#53abae Border Color

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

This div border color is #53abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53abae


Comments

No comments written yet.

Please login to write comment.