Color Hex Logo

#4facab Color Hex

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

Color spaces of #4facab

RGB 79172171
HSL0.500.370.49
HSV179°54°67°
CMYK 0.540.000.01   0.33
XYZ25.327734.107643.7766
Yxy34.10760.24540.3305
Hunter Lab58.4017-24.7910-3.5612
CIE-Lab65.0479-27.5915-7.8750

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

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

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

Base Numbers

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

RGB Percentages of Color #4facab

%18.72
%40.76
%40.52

CMYK Percentages of Color #4facab

%54
%0
%1
%33

Triadic Colors of #4facab

#4facab #ab4fac #acab4f

Analogous Colors of #4facab

#4facab #4f7fac #4fac7d

Monochromatic Colors of #4facab

#4facab

Complementary Color

#4facab #ac4f50

#4facab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4facab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4facab Color CSS Codes

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

#4facab Text Font Color

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

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


#4facab Background Color

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

This div background color is #4facab


#4facab Border Color

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

This div border color is #4facab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4facab


Comments

No comments written yet.

Please login to write comment.