Color Hex Logo

#50a472 Color Hex

#50A472
(80,164,114)
0 Favorites   0 Comments

Color spaces of #50a472

RGB 80164114
HSL0.400.340.48
HSV144°51°64°
CMYK 0.510.000.30   0.36
XYZ19.621029.471320.5740
Yxy29.47130.28160.4230
Hunter Lab54.2875-30.488215.5314
CIE-Lab61.1953-37.233918.3286

#50a472 color RGB value is (80,164,114).

#50a472 hex color red value is 80, green value is 164 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #50a472 hue: 0.40 , saturation: 0.34 and the lightness value of 50a472 is 0.48.

The process color (four color CMYK) of #50a472 color hex is 0.51, 0.00, 0.30, 0.36. Web safe color of #50a472 is #669966. Color #50a472 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10100100 01110010
Octal 120 244 162
Decimal 80 164 114
Hex 50 A4 72

RGB Percentages of Color #50a472

%22.35
%45.81
%31.84

CMYK Percentages of Color #50a472

%51
%0
%30
%36

Triadic Colors of #50a472

#50a472 #7250a4 #a47250

Analogous Colors of #50a472

#50a472 #50a49c #58a450

Monochromatic Colors of #50a472

#50a472

Complementary Color

#50a472 #a45082

#50a472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50a472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#50a472 Color CSS Codes

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

#50a472 Text Font Color

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

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


#50a472 Background Color

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

This div background color is #50a472


#50a472 Border Color

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

This div border color is #50a472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50a472


Comments

No comments written yet.

Please login to write comment.