Color Hex Logo

#4bab8d Color Hex

#4BAB8D
(75,171,141)
0 Favorites   0 Comments

Color spaces of #4bab8d

RGB 75171141
HSL0.450.390.48
HSV161°56°67°
CMYK 0.560.000.18   0.33
XYZ22.272332.544830.3072
Yxy32.54480.26160.3823
Hunter Lab57.0480-30.14548.4354
CIE-Lab63.7906-35.66866.9855

#4bab8d color RGB value is (75,171,141).

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

The process color (four color CMYK) of #4bab8d color hex is 0.56, 0.00, 0.18, 0.33. Web safe color of #4bab8d is #339999. Color #4bab8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101011 10001101
Octal 113 253 215
Decimal 75 171 141
Hex 4B AB 8D

RGB Percentages of Color #4bab8d

%19.38
%44.19
%36.43

CMYK Percentages of Color #4bab8d

%56
%0
%18
%33

Triadic Colors of #4bab8d

#4bab8d #8d4bab #ab8d4b

Analogous Colors of #4bab8d

#4bab8d #4b99ab #4bab5d

Monochromatic Colors of #4bab8d

#4bab8d

Complementary Color

#4bab8d #ab4b69

#4bab8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bab8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bab8d Color CSS Codes

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

#4bab8d Text Font Color

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

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


#4bab8d Background Color

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

This div background color is #4bab8d


#4bab8d Border Color

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

This div border color is #4bab8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bab8d


Comments

No comments written yet.

Please login to write comment.