Color Hex Logo

#53b17c Color Hex

#53B17C
(83,177,124)
0 Favorites   0 Comments

Color spaces of #53b17c

RGB 83177124
HSL0.410.380.51
HSV146°53°69°
CMYK 0.530.000.30   0.31
XYZ22.927534.738524.5656
Yxy34.73850.27880.4224
Hunter Lab58.9394-33.707216.5458
CIE-Lab65.5446-40.235118.8394

#53b17c color RGB value is (83,177,124).

#53b17c hex color red value is 83, green value is 177 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #53b17c hue: 0.41 , saturation: 0.38 and the lightness value of 53b17c is 0.51.

The process color (four color CMYK) of #53b17c color hex is 0.53, 0.00, 0.30, 0.31. Web safe color of #53b17c is #669966. Color #53b17c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10110001 01111100
Octal 123 261 174
Decimal 83 177 124
Hex 53 B1 7C

RGB Percentages of Color #53b17c

%21.61
%46.09
%32.29

CMYK Percentages of Color #53b17c

%53
%0
%30
%31

Triadic Colors of #53b17c

#53b17c #7c53b1 #b17c53

Analogous Colors of #53b17c

#53b17c #53b1ab #59b153

Monochromatic Colors of #53b17c

#53b17c

Complementary Color

#53b17c #b15388

#53b17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53b17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53b17c Color CSS Codes

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

#53b17c Text Font Color

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

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


#53b17c Background Color

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

This div background color is #53b17c


#53b17c Border Color

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

This div border color is #53b17c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,177,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 #53b17c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53b17c

#53b17c Color Palettes


Comments

No comments written yet.

Please login to write comment.