Color Hex Logo

#4bad80 Color Hex

#4BAD80
(75,173,128)
0 Favorites   0 Comments

Color spaces of #4bad80

RGB 75173128
HSL0.420.400.49
HSV152°57°68°
CMYK 0.570.000.26   0.32
XYZ21.741532.941525.6345
Yxy32.94150.27070.4101
Hunter Lab57.3947-32.823713.6953
CIE-Lab64.1135-39.528914.6311

#4bad80 color RGB value is (75,173,128).

#4bad80 hex color red value is 75, green value is 173 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #4bad80 hue: 0.42 , saturation: 0.40 and the lightness value of 4bad80 is 0.49.

The process color (four color CMYK) of #4bad80 color hex is 0.57, 0.00, 0.26, 0.32. Web safe color of #4bad80 is #339999. Color #4bad80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 10000000
Octal 113 255 200
Decimal 75 173 128
Hex 4B AD 80

RGB Percentages of Color #4bad80

%19.95
%46.01
%34.04

CMYK Percentages of Color #4bad80

%57
%0
%26
%32

Triadic Colors of #4bad80

#4bad80 #804bad #ad804b

Analogous Colors of #4bad80

#4bad80 #4ba9ad #4bad4f

Monochromatic Colors of #4bad80

#4bad80

Complementary Color

#4bad80 #ad4b78

#4bad80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bad80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bad80 Color CSS Codes

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

#4bad80 Text Font Color

<p style="color:#4bad80">Text here</p>

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


#4bad80 Background Color

<div style="background-color:#4bad80">
Div content here</div>

This div background color is #4bad80


#4bad80 Border Color

<div style="border:3px solid #4bad80">
Div here</div>

This div border color is #4bad80


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,173,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4bad80; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4bad80;
  -webkit-box-shadow: 1px 1px 3px 2px #4bad80;
  box-shadow:         1px 1px 3px 2px #4bad80; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bad80


Comments

No comments written yet.

Please login to write comment.