Color Hex Logo

#53b902 Color Hex

#53B902
(83,185,2)
0 Favorites   0 Comments

Color spaces of #53b902

RGB 831852
HSL0.260.980.37
HSV93°99°73°
CMYK 0.550.000.99   0.27
XYZ20.927236.54136.0076
Yxy36.54130.32970.5757
Hunter Lab60.4494-43.990936.4222
CIE-Lab66.9315-55.541666.8457

#53b902 color RGB value is (83,185,2).

#53b902 hex color red value is 83, green value is 185 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #53b902 hue: 0.26 , saturation: 0.98 and the lightness value of 53b902 is 0.37.

The process color (four color CMYK) of #53b902 color hex is 0.55, 0.00, 0.99, 0.27. Web safe color of #53b902 is #66cc00. Color #53b902 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10111001 00000010
Octal 123 271 2
Decimal 83 185 2
Hex 53 B9 2

RGB Percentages of Color #53b902

%30.74
%68.52
%0.74

CMYK Percentages of Color #53b902

%55
%0
%99
%27

Triadic Colors of #53b902

#53b902 #0253b9 #b90253

Analogous Colors of #53b902

#53b902 #02b90d #afb902

Monochromatic Colors of #53b902

#53b902

Complementary Color

#53b902 #6802b9

#53b902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53b902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53b902 Color CSS Codes

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

#53b902 Text Font Color

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

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


#53b902 Background Color

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

This div background color is #53b902


#53b902 Border Color

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

This div border color is #53b902


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53b902


Comments

No comments written yet.

Please login to write comment.