Color Hex Logo

#50ab52 Color Hex

#50AB52
(80,171,82)
0 Favorites   0 Comments

Color spaces of #50ab52

RGB 8017182
HSL0.340.360.49
HSV121°53°67°
CMYK 0.530.000.52   0.33
XYZ19.394231.440513.0291
Yxy31.44050.30370.4923
Hunter Lab56.0718-36.385925.4734
CIE-Lab62.8777-45.628737.4405

#50ab52 color RGB value is (80,171,82).

#50ab52 hex color red value is 80, green value is 171 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #50ab52 hue: 0.34 , saturation: 0.36 and the lightness value of 50ab52 is 0.49.

The process color (four color CMYK) of #50ab52 color hex is 0.53, 0.00, 0.52, 0.33. Web safe color of #50ab52 is #669966. Color #50ab52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101011 01010010
Octal 120 253 122
Decimal 80 171 82
Hex 50 AB 52

RGB Percentages of Color #50ab52

%24.02
%51.35
%24.62

CMYK Percentages of Color #50ab52

%53
%0
%52
%33

Triadic Colors of #50ab52

#50ab52 #5250ab #ab5250

Analogous Colors of #50ab52

#50ab52 #50ab80 #7cab50

Monochromatic Colors of #50ab52

#50ab52

Complementary Color

#50ab52 #ab50a9

#50ab52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ab52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ab52 Color CSS Codes

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

#50ab52 Text Font Color

<p style="color:#50ab52">Text here</p>

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


#50ab52 Background Color

<div style="background-color:#50ab52">
Div content here</div>

This div background color is #50ab52


#50ab52 Border Color

<div style="border:3px solid #50ab52">
Div here</div>

This div border color is #50ab52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,171,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50ab52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50ab52;
  -webkit-box-shadow: 1px 1px 3px 2px #50ab52;
  box-shadow:         1px 1px 3px 2px #50ab52; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ab52


Comments

No comments written yet.

Please login to write comment.