Color Hex Logo

#53c87b Color Hex

#53C87B
(83,200,123)
0 Favorites   0 Comments

Color spaces of #53c87b

RGB 83200123
HSL0.390.520.55
HSV141°59°78°
CMYK 0.590.000.39   0.22
XYZ27.796744.577625.8782
Yxy44.57760.28290.4537
Hunter Lab66.7665-42.526923.7561
CIE-Lab72.6129-50.066628.8951

#53c87b color RGB value is (83,200,123).

#53c87b hex color red value is 83, green value is 200 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #53c87b hue: 0.39 , saturation: 0.52 and the lightness value of 53c87b is 0.55.

The process color (four color CMYK) of #53c87b color hex is 0.59, 0.00, 0.39, 0.22. Web safe color of #53c87b is #66cc66. Color #53c87b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001000 01111011
Octal 123 310 173
Decimal 83 200 123
Hex 53 C8 7B

RGB Percentages of Color #53c87b

%20.44
%49.26
%30.30

CMYK Percentages of Color #53c87b

%59
%0
%39
%22

Triadic Colors of #53c87b

#53c87b #7b53c8 #c87b53

Analogous Colors of #53c87b

#53c87b #53c8b6 #66c853

Monochromatic Colors of #53c87b

#53c87b

Complementary Color

#53c87b #c853a0

#53c87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53c87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53c87b Color CSS Codes

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

#53c87b Text Font Color

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

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


#53c87b Background Color

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

This div background color is #53c87b


#53c87b Border Color

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

This div border color is #53c87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53c87b


Comments

No comments written yet.

Please login to write comment.