Color Hex Logo

#53a39a Color Hex

#53A39A
(83,163,154)
0 Favorites   0 Comments

Color spaces of #53a39a

RGB 83163154
HSL0.480.330.48
HSV173°49°64°
CMYK 0.490.000.06   0.36
XYZ22.497230.366535.2474
Yxy30.36650.25530.3446
Hunter Lab55.1058-23.56170.6503
CIE-Lab61.9692-26.7834-2.8963

#53a39a color RGB value is (83,163,154).

#53a39a hex color red value is 83, green value is 163 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #53a39a hue: 0.48 , saturation: 0.33 and the lightness value of 53a39a is 0.48.

The process color (four color CMYK) of #53a39a color hex is 0.49, 0.00, 0.06, 0.36. Web safe color of #53a39a is #669999. Color #53a39a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10100011 10011010
Octal 123 243 232
Decimal 83 163 154
Hex 53 A3 9A

RGB Percentages of Color #53a39a

%20.75
%40.75
%38.50

CMYK Percentages of Color #53a39a

%49
%0
%6
%36

Triadic Colors of #53a39a

#53a39a #9a53a3 #a39a53

Analogous Colors of #53a39a

#53a39a #5384a3 #53a372

Monochromatic Colors of #53a39a

#53a39a

Complementary Color

#53a39a #a3535c

#53a39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53a39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53a39a Color CSS Codes

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

#53a39a Text Font Color

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

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


#53a39a Background Color

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

This div background color is #53a39a


#53a39a Border Color

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

This div border color is #53a39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53a39a


Comments

No comments written yet.

Please login to write comment.