Color Hex Logo

#4fba9b Color Hex

#4FBA9B
(79,186,155)
0 Favorites   0 Comments

Color spaces of #4fba9b

RGB 79186155
HSL0.450.440.52
HSV163°58°73°
CMYK 0.580.000.17   0.27
XYZ26.699739.146637.1592
Yxy39.14660.25920.3800
Hunter Lab62.5672-33.32038.5843
CIE-Lab68.8573-38.30356.5406

#4fba9b color RGB value is (79,186,155).

#4fba9b hex color red value is 79, green value is 186 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #4fba9b hue: 0.45 , saturation: 0.44 and the lightness value of 4fba9b is 0.52.

The process color (four color CMYK) of #4fba9b color hex is 0.58, 0.00, 0.17, 0.27. Web safe color of #4fba9b is #66cc99. Color #4fba9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111010 10011011
Octal 117 272 233
Decimal 79 186 155
Hex 4F BA 9B

RGB Percentages of Color #4fba9b

%18.81
%44.29
%36.90

CMYK Percentages of Color #4fba9b

%58
%0
%17
%27

Triadic Colors of #4fba9b

#4fba9b #9b4fba #ba9b4f

Analogous Colors of #4fba9b

#4fba9b #4fa4ba #4fba66

Monochromatic Colors of #4fba9b

#4fba9b

Complementary Color

#4fba9b #ba4f6e

#4fba9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fba9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fba9b Color CSS Codes

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

#4fba9b Text Font Color

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

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


#4fba9b Background Color

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

This div background color is #4fba9b


#4fba9b Border Color

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

This div border color is #4fba9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fba9b


Comments

No comments written yet.

Please login to write comment.