Color Hex Logo

#4fabac Color Hex

#4FABAC
(79,171,172)
0 Favorites   0 Comments

Color spaces of #4fabac

RGB 79171172
HSL0.500.370.49
HSV181°54°67°
CMYK 0.540.010.00   0.33
XYZ25.233833.766644.2174
Yxy33.76660.24450.3271
Hunter Lab58.1090-24.1773-4.4397
CIE-Lab64.7769-26.8215-8.8361

#4fabac color RGB value is (79,171,172).

#4fabac hex color red value is 79, green value is 171 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4fabac hue: 0.50 , saturation: 0.37 and the lightness value of 4fabac is 0.49.

The process color (four color CMYK) of #4fabac color hex is 0.54, 0.01, 0.00, 0.33. Web safe color of #4fabac is #669999. Color #4fabac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101011 10101100
Octal 117 253 254
Decimal 79 171 172
Hex 4F AB AC

RGB Percentages of Color #4fabac

%18.72
%40.52
%40.76

CMYK Percentages of Color #4fabac

%54
%1
%0
%33

Triadic Colors of #4fabac

#4fabac #ac4fab #abac4f

Analogous Colors of #4fabac

#4fabac #4f7dac #4fac7f

Monochromatic Colors of #4fabac

#4fabac

Complementary Color

#4fabac #ac504f

#4fabac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fabac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fabac Color CSS Codes

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

#4fabac Text Font Color

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

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


#4fabac Background Color

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

This div background color is #4fabac


#4fabac Border Color

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

This div border color is #4fabac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,171,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 #4fabac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fabac


Comments

No comments written yet.

Please login to write comment.