Color Hex Logo

#4bba8d Color Hex

#4BBA8D
(75,186,141)
0 Favorites   0 Comments

Color spaces of #4bba8d

RGB 75186141
HSL0.430.450.51
HSV156°60°73°
CMYK 0.600.000.24   0.27
XYZ25.268338.536831.3059
Yxy38.53680.26570.4052
Hunter Lab62.0780-35.979713.5547
CIE-Lab68.4144-42.354013.5386

#4bba8d color RGB value is (75,186,141).

#4bba8d hex color red value is 75, green value is 186 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #4bba8d hue: 0.43 , saturation: 0.45 and the lightness value of 4bba8d is 0.51.

The process color (four color CMYK) of #4bba8d color hex is 0.60, 0.00, 0.24, 0.27. Web safe color of #4bba8d is #33cc99. Color #4bba8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111010 10001101
Octal 113 272 215
Decimal 75 186 141
Hex 4B BA 8D

RGB Percentages of Color #4bba8d

%18.66
%46.27
%35.07

CMYK Percentages of Color #4bba8d

%60
%0
%24
%27

Triadic Colors of #4bba8d

#4bba8d #8d4bba #ba8d4b

Analogous Colors of #4bba8d

#4bba8d #4bb0ba #4bba56

Monochromatic Colors of #4bba8d

#4bba8d

Complementary Color

#4bba8d #ba4b78

#4bba8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bba8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bba8d Color CSS Codes

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

#4bba8d Text Font Color

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

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


#4bba8d Background Color

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

This div background color is #4bba8d


#4bba8d Border Color

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

This div border color is #4bba8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bba8d


Comments

No comments written yet.

Please login to write comment.