Color Hex Logo

#53c07f Color Hex

#53C07F
(83,192,127)
0 Favorites   0 Comments

Color spaces of #53c07f

RGB 83192127
HSL0.400.460.54
HSV144°57°75°
CMYK 0.570.000.34   0.25
XYZ26.247741.070626.6227
Yxy41.07060.27940.4372
Hunter Lab64.0863-39.043320.2302
CIE-Lab70.2254-46.058623.6018

#53c07f color RGB value is (83,192,127).

#53c07f hex color red value is 83, green value is 192 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #53c07f hue: 0.40 , saturation: 0.46 and the lightness value of 53c07f is 0.54.

The process color (four color CMYK) of #53c07f color hex is 0.57, 0.00, 0.34, 0.25. Web safe color of #53c07f is #66cc66. Color #53c07f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11000000 01111111
Octal 123 300 177
Decimal 83 192 127
Hex 53 C0 7F

RGB Percentages of Color #53c07f

%20.65
%47.76
%31.59

CMYK Percentages of Color #53c07f

%57
%0
%34
%25

Triadic Colors of #53c07f

#53c07f #7f53c0 #c07f53

Analogous Colors of #53c07f

#53c07f #53c0b6 #5ec053

Monochromatic Colors of #53c07f

#53c07f

Complementary Color

#53c07f #c05394

#53c07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53c07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53c07f Color CSS Codes

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

#53c07f Text Font Color

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

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


#53c07f Background Color

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

This div background color is #53c07f


#53c07f Border Color

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

This div border color is #53c07f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53c07f


Comments

No comments written yet.

Please login to write comment.