Color Hex Logo

#4bad7f Color Hex

#4BAD7F
(75,173,127)
0 Favorites   0 Comments

Color spaces of #4bad7f

RGB 75173127
HSL0.420.400.49
HSV152°57°68°
CMYK 0.570.000.27   0.32
XYZ21.676032.915325.2895
Yxy32.91530.27140.4121
Hunter Lab57.3719-32.960614.0253
CIE-Lab64.0923-39.744715.1510

#4bad7f color RGB value is (75,173,127).

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

The process color (four color CMYK) of #4bad7f color hex is 0.57, 0.00, 0.27, 0.32. Web safe color of #4bad7f is #339966. Color #4bad7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101101 01111111
Octal 113 255 177
Decimal 75 173 127
Hex 4B AD 7F

RGB Percentages of Color #4bad7f

%20.00
%46.13
%33.87

CMYK Percentages of Color #4bad7f

%57
%0
%27
%32

Triadic Colors of #4bad7f

#4bad7f #7f4bad #ad7f4b

Analogous Colors of #4bad7f

#4bad7f #4baaad #4bad4e

Monochromatic Colors of #4bad7f

#4bad7f

Complementary Color

#4bad7f #ad4b79

#4bad7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bad7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bad7f Color CSS Codes

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

#4bad7f Text Font Color

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

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


#4bad7f Background Color

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

This div background color is #4bad7f


#4bad7f Border Color

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

This div border color is #4bad7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bad7f


Comments

No comments written yet.

Please login to write comment.