Color Hex Logo

#53bc2d Color Hex

#53BC2D
(83,188,45)
0 Favorites   0 Comments

Color spaces of #53bc2d

RGB 8318845
HSL0.290.610.46
HSV104°76°74°
CMYK 0.560.000.76   0.26
XYZ22.024237.99498.6556
Yxy37.99490.32070.5533
Hunter Lab61.6400-44.091334.8224
CIE-Lab68.0169-55.034058.8612

#53bc2d color RGB value is (83,188,45).

#53bc2d hex color red value is 83, green value is 188 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #53bc2d hue: 0.29 , saturation: 0.61 and the lightness value of 53bc2d is 0.46.

The process color (four color CMYK) of #53bc2d color hex is 0.56, 0.00, 0.76, 0.26. Web safe color of #53bc2d is #66cc33. Color #53bc2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111100 00101101
Octal 123 274 55
Decimal 83 188 45
Hex 53 BC 2D

RGB Percentages of Color #53bc2d

%26.27
%59.49
%14.24

CMYK Percentages of Color #53bc2d

%56
%0
%76
%26

Triadic Colors of #53bc2d

#53bc2d #2d53bc #bc2d53

Analogous Colors of #53bc2d

#53bc2d #2dbc4e #9bbc2d

Monochromatic Colors of #53bc2d

#53bc2d

Complementary Color

#53bc2d #962dbc

#53bc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bc2d Color CSS Codes

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

#53bc2d Text Font Color

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

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


#53bc2d Background Color

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

This div background color is #53bc2d


#53bc2d Border Color

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

This div border color is #53bc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bc2d


Comments

No comments written yet.

Please login to write comment.