Color Hex Logo

#53acae Color Hex

#53ACAE
(83,172,174)
0 Favorites   0 Comments

Color spaces of #53acae

RGB 83172174
HSL0.500.360.50
HSV181°52°68°
CMYK 0.520.010.00   0.32
XYZ25.959834.400045.3160
Yxy34.40000.24570.3255
Hunter Lab58.6515-23.6341-4.7533
CIE-Lab65.2788-25.9322-9.1872

#53acae color RGB value is (83,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101100 10101110
Octal 123 254 256
Decimal 83 172 174
Hex 53 AC AE

RGB Percentages of Color #53acae

%19.35
%40.09
%40.56

CMYK Percentages of Color #53acae

%52
%1
%0
%32

Triadic Colors of #53acae

#53acae #ae53ac #acae53

Analogous Colors of #53acae

#53acae #537fae #53ae83

Monochromatic Colors of #53acae

#53acae

Complementary Color

#53acae #ae5553

#53acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#53acae Color CSS Codes

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

#53acae Text Font Color

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

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


#53acae Background Color

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

This div background color is #53acae


#53acae Border Color

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

This div border color is #53acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53acae


Comments

No comments written yet.

Please login to write comment.