Color Hex Logo

#53c39e Color Hex

#53C39E
(83,195,158)
0 Favorites   0 Comments

Color spaces of #53c39e

RGB 83195158
HSL0.440.480.55
HSV160°57°76°
CMYK 0.570.000.19   0.24
XYZ29.253943.337839.1709
Yxy43.33780.26180.3878
Hunter Lab65.8315-35.884010.8034
CIE-Lab71.7836-40.79129.1080

#53c39e color RGB value is (83,195,158).

#53c39e hex color red value is 83, green value is 195 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #53c39e hue: 0.44 , saturation: 0.48 and the lightness value of 53c39e is 0.55.

The process color (four color CMYK) of #53c39e color hex is 0.57, 0.00, 0.19, 0.24. Web safe color of #53c39e is #66cc99. Color #53c39e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11000011 10011110
Octal 123 303 236
Decimal 83 195 158
Hex 53 C3 9E

RGB Percentages of Color #53c39e

%19.04
%44.72
%36.24

CMYK Percentages of Color #53c39e

%57
%0
%19
%24

Triadic Colors of #53c39e

#53c39e #9e53c3 #c39e53

Analogous Colors of #53c39e

#53c39e #53b0c3 #53c366

Monochromatic Colors of #53c39e

#53c39e

Complementary Color

#53c39e #c35378

#53c39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53c39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53c39e Color CSS Codes

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

#53c39e Text Font Color

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

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


#53c39e Background Color

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

This div background color is #53c39e


#53c39e Border Color

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

This div border color is #53c39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53c39e


Comments

No comments written yet.

Please login to write comment.