Color Hex Logo

#4ba17a Color Hex

#4BA17A
(75,161,122)
0 Favorites   0 Comments

Color spaces of #4ba17a

RGB 75161122
HSL0.420.360.46
HSV153°53°63°
CMYK 0.530.000.24   0.37
XYZ19.159428.390722.8825
Yxy28.39070.27200.4031
Hunter Lab53.2829-29.060311.8358
CIE-Lab60.2401-35.452212.5404

#4ba17a color RGB value is (75,161,122).

#4ba17a hex color red value is 75, green value is 161 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #4ba17a hue: 0.42 , saturation: 0.36 and the lightness value of 4ba17a is 0.46.

The process color (four color CMYK) of #4ba17a color hex is 0.53, 0.00, 0.24, 0.37. Web safe color of #4ba17a is #339966. Color #4ba17a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10100001 01111010
Octal 113 241 172
Decimal 75 161 122
Hex 4B A1 7A

RGB Percentages of Color #4ba17a

%20.95
%44.97
%34.08

CMYK Percentages of Color #4ba17a

%53
%0
%24
%37

Triadic Colors of #4ba17a

#4ba17a #7a4ba1 #a17a4b

Analogous Colors of #4ba17a

#4ba17a #4b9da1 #4ba14f

Monochromatic Colors of #4ba17a

#4ba17a

Complementary Color

#4ba17a #a14b72

#4ba17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ba17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ba17a Color CSS Codes

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

#4ba17a Text Font Color

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

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


#4ba17a Background Color

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

This div background color is #4ba17a


#4ba17a Border Color

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

This div border color is #4ba17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ba17a


Comments

No comments written yet.

Please login to write comment.