Color Hex Logo

#50ac34 Color Hex

#50AC34
(80,172,52)
0 Favorites   0 Comments

Color spaces of #50ac34

RGB 8017252
HSL0.290.540.44
HSV106°70°67°
CMYK 0.530.000.70   0.33
XYZ18.680631.45858.3363
Yxy31.45850.31950.5380
Hunter Lab56.0879-38.702730.4493
CIE-Lab62.8928-49.349051.0973

#50ac34 color RGB value is (80,172,52).

#50ac34 hex color red value is 80, green value is 172 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #50ac34 hue: 0.29 , saturation: 0.54 and the lightness value of 50ac34 is 0.44.

The process color (four color CMYK) of #50ac34 color hex is 0.53, 0.00, 0.70, 0.33. Web safe color of #50ac34 is #669933. Color #50ac34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101100 00110100
Octal 120 254 64
Decimal 80 172 52
Hex 50 AC 34

RGB Percentages of Color #50ac34

%26.32
%56.58
%17.11

CMYK Percentages of Color #50ac34

%53
%0
%70
%33

Triadic Colors of #50ac34

#50ac34 #3450ac #ac3450

Analogous Colors of #50ac34

#50ac34 #34ac54 #8cac34

Monochromatic Colors of #50ac34

#50ac34

Complementary Color

#50ac34 #9034ac

#50ac34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ac34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ac34 Color CSS Codes

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

#50ac34 Text Font Color

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

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


#50ac34 Background Color

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

This div background color is #50ac34


#50ac34 Border Color

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

This div border color is #50ac34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ac34


Comments

No comments written yet.

Please login to write comment.