Color Hex Logo

#53bf1d Color Hex

#53BF1D
(83,191,29)
0 Favorites   0 Comments

Color spaces of #53bf1d

RGB 8319129
HSL0.280.740.43
HSV100°85°75°
CMYK 0.570.000.85   0.25
XYZ22.419939.18937.5450
Yxy39.18930.32420.5667
Hunter Lab62.6014-45.624836.6751
CIE-Lab68.8882-56.961364.2110

#53bf1d color RGB value is (83,191,29).

#53bf1d hex color red value is 83, green value is 191 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #53bf1d hue: 0.28 , saturation: 0.74 and the lightness value of 53bf1d is 0.43.

The process color (four color CMYK) of #53bf1d color hex is 0.57, 0.00, 0.85, 0.25. Web safe color of #53bf1d is #66cc33. Color #53bf1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111111 00011101
Octal 123 277 35
Decimal 83 191 29
Hex 53 BF 1D

RGB Percentages of Color #53bf1d

%27.39
%63.04
%9.57

CMYK Percentages of Color #53bf1d

%57
%0
%85
%25

Triadic Colors of #53bf1d

#53bf1d #1d53bf #bf1d53

Analogous Colors of #53bf1d

#53bf1d #1dbf38 #a4bf1d

Monochromatic Colors of #53bf1d

#53bf1d

Complementary Color

#53bf1d #891dbf

#53bf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53bf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53bf1d Color CSS Codes

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

#53bf1d Text Font Color

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

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


#53bf1d Background Color

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

This div background color is #53bf1d


#53bf1d Border Color

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

This div border color is #53bf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53bf1d


Comments

No comments written yet.

Please login to write comment.