Color Hex Logo

#4fbbac Color Hex

#4FBBAC
(79,187,172)
0 Favorites   0 Comments

Color spaces of #4fbbac

RGB 79187172
HSL0.480.440.52
HSV172°58°73°
CMYK 0.580.000.08   0.27
XYZ28.441240.181545.2865
Yxy40.18150.24970.3528
Hunter Lab63.3889-30.84152.0141
CIE-Lab69.5986-34.5285-1.7069

#4fbbac color RGB value is (79,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111011 10101100
Octal 117 273 254
Decimal 79 187 172
Hex 4F BB AC

RGB Percentages of Color #4fbbac

%18.04
%42.69
%39.27

CMYK Percentages of Color #4fbbac

%58
%0
%8
%27

Triadic Colors of #4fbbac

#4fbbac #ac4fbb #bbac4f

Analogous Colors of #4fbbac

#4fbbac #4f94bb #4fbb76

Monochromatic Colors of #4fbbac

#4fbbac

Complementary Color

#4fbbac #bb4f5e

#4fbbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbbac Color CSS Codes

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

#4fbbac Text Font Color

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

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


#4fbbac Background Color

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

This div background color is #4fbbac


#4fbbac Border Color

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

This div border color is #4fbbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbbac


Comments

No comments written yet.

Please login to write comment.