Color Hex Logo

#4ba970 Color Hex

#4BA970
(75,169,112)
0 Favorites   0 Comments

Color spaces of #4ba970

RGB 75169112
HSL0.400.390.48
HSV144°56°66°
CMYK 0.560.000.34   0.34
XYZ20.014231.041620.2660
Yxy31.04160.28060.4352
Hunter Lab55.7150-33.379617.4341
CIE-Lab62.5427-41.080821.2273

#4ba970 color RGB value is (75,169,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101001 01110000
Octal 113 251 160
Decimal 75 169 112
Hex 4B A9 70

RGB Percentages of Color #4ba970

%21.07
%47.47
%31.46

CMYK Percentages of Color #4ba970

%56
%0
%34
%34

Triadic Colors of #4ba970

#4ba970 #704ba9 #a9704b

Analogous Colors of #4ba970

#4ba970 #4ba99f #55a94b

Monochromatic Colors of #4ba970

#4ba970

Complementary Color

#4ba970 #a94b84

#4ba970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ba970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ba970 Color CSS Codes

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

#4ba970 Text Font Color

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

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


#4ba970 Background Color

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

This div background color is #4ba970


#4ba970 Border Color

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

This div border color is #4ba970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ba970


Comments

No comments written yet.

Please login to write comment.