Color Hex Logo

#4fbfba Color Hex

#4FBFBA
(79,191,186)
0 Favorites   0 Comments

Color spaces of #4fbfba

RGB 79191186
HSL0.490.470.53
HSV177°59°75°
CMYK 0.590.000.03   0.25
XYZ30.718242.469053.0327
Yxy42.46900.24340.3365
Hunter Lab65.1682-29.9053-2.6313
CIE-Lab71.1931-32.7045-7.0260

#4fbfba color RGB value is (79,191,186).

#4fbfba hex color red value is 79, green value is 191 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4fbfba hue: 0.49 , saturation: 0.47 and the lightness value of 4fbfba is 0.53.

The process color (four color CMYK) of #4fbfba color hex is 0.59, 0.00, 0.03, 0.25. Web safe color of #4fbfba is #66cccc. Color #4fbfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111111 10111010
Octal 117 277 272
Decimal 79 191 186
Hex 4F BF BA

RGB Percentages of Color #4fbfba

%17.32
%41.89
%40.79

CMYK Percentages of Color #4fbfba

%59
%0
%3
%25

Triadic Colors of #4fbfba

#4fbfba #ba4fbf #bfba4f

Analogous Colors of #4fbfba

#4fbfba #4f8cbf #4fbf82

Monochromatic Colors of #4fbfba

#4fbfba

Complementary Color

#4fbfba #bf4f54

#4fbfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbfba Color CSS Codes

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

#4fbfba Text Font Color

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

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


#4fbfba Background Color

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

This div background color is #4fbfba


#4fbfba Border Color

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

This div border color is #4fbfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbfba


Comments

No comments written yet.

Please login to write comment.