Color Hex Logo

#4baa8f Color Hex

#4BAA8F
(75,170,143)
0 Favorites   0 Comments

Color spaces of #4baa8f

RGB 75170143
HSL0.450.390.48
HSV163°56°67°
CMYK 0.560.000.16   0.33
XYZ22.234332.228531.0354
Yxy32.22850.26010.3769
Hunter Lab56.7702-29.43747.3261
CIE-Lab63.5313-34.72625.5007

#4baa8f color RGB value is (75,170,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 10001111
Octal 113 252 217
Decimal 75 170 143
Hex 4B AA 8F

RGB Percentages of Color #4baa8f

%19.33
%43.81
%36.86

CMYK Percentages of Color #4baa8f

%56
%0
%16
%33

Triadic Colors of #4baa8f

#4baa8f #8f4baa #aa8f4b

Analogous Colors of #4baa8f

#4baa8f #4b96aa #4baa60

Monochromatic Colors of #4baa8f

#4baa8f

Complementary Color

#4baa8f #aa4b66

#4baa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baa8f Color CSS Codes

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

#4baa8f Text Font Color

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

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


#4baa8f Background Color

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

This div background color is #4baa8f


#4baa8f Border Color

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

This div border color is #4baa8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baa8f


Comments

No comments written yet.

Please login to write comment.