Color Hex Logo

#53bb7c Color Hex

#53BB7C
(83,187,124)
0 Favorites   0 Comments

Color spaces of #53bb7c

RGB 83187124
HSL0.400.430.53
HSV144°56°73°
CMYK 0.560.000.34   0.27
XYZ24.975738.834925.2483
Yxy38.83490.28040.4361
Hunter Lab62.3177-37.516619.6007
CIE-Lab68.6315-44.535623.0441

#53bb7c color RGB value is (83,187,124).

#53bb7c hex color red value is 83, green value is 187 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #53bb7c hue: 0.40 , saturation: 0.43 and the lightness value of 53bb7c is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111011 01111100
Octal 123 273 174
Decimal 83 187 124
Hex 53 BB 7C

RGB Percentages of Color #53bb7c

%21.07
%47.46
%31.47

CMYK Percentages of Color #53bb7c

%56
%0
%34
%27

Triadic Colors of #53bb7c

#53bb7c #7c53bb #bb7c53

Analogous Colors of #53bb7c

#53bb7c #53bbb0 #5ebb53

Monochromatic Colors of #53bb7c

#53bb7c

Complementary Color

#53bb7c #bb5392

#53bb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bb7c Color CSS Codes

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

#53bb7c Text Font Color

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

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


#53bb7c Background Color

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

This div background color is #53bb7c


#53bb7c Border Color

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

This div border color is #53bb7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bb7c


Comments

No comments written yet.

Please login to write comment.