Color Hex Logo

#4ba980 Color Hex

#4BA980
(75,169,128)
0 Favorites   0 Comments

Color spaces of #4ba980

RGB 75169128
HSL0.430.390.48
HSV154°56°66°
CMYK 0.560.000.24   0.34
XYZ20.985931.430325.3827
Yxy31.43030.26970.4040
Hunter Lab56.0627-31.292112.4001
CIE-Lab62.8692-37.749812.8915

#4ba980 color RGB value is (75,169,128).

#4ba980 hex color red value is 75, green value is 169 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #4ba980 hue: 0.43 , saturation: 0.39 and the lightness value of 4ba980 is 0.48.

The process color (four color CMYK) of #4ba980 color hex is 0.56, 0.00, 0.24, 0.34. Web safe color of #4ba980 is #339999. Color #4ba980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101001 10000000
Octal 113 251 200
Decimal 75 169 128
Hex 4B A9 80

RGB Percentages of Color #4ba980

%20.16
%45.43
%34.41

CMYK Percentages of Color #4ba980

%56
%0
%24
%34

Triadic Colors of #4ba980

#4ba980 #804ba9 #a9804b

Analogous Colors of #4ba980

#4ba980 #4ba3a9 #4ba951

Monochromatic Colors of #4ba980

#4ba980

Complementary Color

#4ba980 #a94b74

#4ba980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ba980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ba980 Color CSS Codes

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

#4ba980 Text Font Color

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

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


#4ba980 Background Color

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

This div background color is #4ba980


#4ba980 Border Color

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

This div border color is #4ba980


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,169,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 #4ba980">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ba980


Comments

No comments written yet.

Please login to write comment.