Color Hex Logo

#53a06c Color Hex

#53A06C
(83,160,108)
0 Favorites   0 Comments

Color spaces of #53a06c

RGB 83160108
HSL0.390.320.48
HSV139°48°63°
CMYK 0.480.000.33   0.37
XYZ18.844928.063318.6109
Yxy28.06330.28760.4283
Hunter Lab52.9748-29.207516.2528
CIE-Lab59.9459-35.797119.9473

#53a06c color RGB value is (83,160,108).

#53a06c hex color red value is 83, green value is 160 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #53a06c hue: 0.39 , saturation: 0.32 and the lightness value of 53a06c is 0.48.

The process color (four color CMYK) of #53a06c color hex is 0.48, 0.00, 0.33, 0.37. Web safe color of #53a06c is #669966. Color #53a06c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10100000 01101100
Octal 123 240 154
Decimal 83 160 108
Hex 53 A0 6C

RGB Percentages of Color #53a06c

%23.65
%45.58
%30.77

CMYK Percentages of Color #53a06c

%48
%0
%33
%37

Triadic Colors of #53a06c

#53a06c #6c53a0 #a06c53

Analogous Colors of #53a06c

#53a06c #53a093 #61a053

Monochromatic Colors of #53a06c

#53a06c

Complementary Color

#53a06c #a05387

#53a06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53a06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53a06c Color CSS Codes

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

#53a06c Text Font Color

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

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


#53a06c Background Color

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

This div background color is #53a06c


#53a06c Border Color

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

This div border color is #53a06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53a06c


Comments

No comments written yet.

Please login to write comment.