Color Hex Logo

#4fabbf Color Hex

#4FABBF
(79,171,191)
0 Favorites   0 Comments

Color spaces of #4fabbf

RGB 79171191
HSL0.530.470.53
HSV191°59°75°
CMYK 0.590.100.00   0.25
XYZ27.191334.549754.5258
Yxy34.54970.23390.2972
Hunter Lab58.7790-20.2887-13.8545
CIE-Lab65.3966-21.3889-18.4831

#4fabbf color RGB value is (79,171,191).

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

The process color (four color CMYK) of #4fabbf color hex is 0.59, 0.10, 0.00, 0.25. Web safe color of #4fabbf is #6699cc. Color #4fabbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101011 10111111
Octal 117 253 277
Decimal 79 171 191
Hex 4F AB BF

RGB Percentages of Color #4fabbf

%17.91
%38.78
%43.31

CMYK Percentages of Color #4fabbf

%59
%10
%0
%25

Triadic Colors of #4fabbf

#4fabbf #bf4fab #abbf4f

Analogous Colors of #4fabbf

#4fabbf #4f73bf #4fbf9b

Monochromatic Colors of #4fabbf

#4fabbf

Complementary Color

#4fabbf #bf634f

#4fabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fabbf Color CSS Codes

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

#4fabbf Text Font Color

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

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


#4fabbf Background Color

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

This div background color is #4fabbf


#4fabbf Border Color

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

This div border color is #4fabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fabbf


Comments

No comments written yet.

Please login to write comment.