Color Hex Logo

#4facbf Color Hex

#4FACBF
(79,172,191)
0 Favorites   0 Comments

Color spaces of #4facbf

RGB 79172191
HSL0.530.470.53
HSV190°59°75°
CMYK 0.590.100.00   0.25
XYZ27.380934.928954.5890
Yxy34.92890.23420.2988
Hunter Lab59.1007-20.7285-13.3934
CIE-Lab65.6933-21.9038-18.0329

#4facbf color RGB value is (79,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101100 10111111
Octal 117 254 277
Decimal 79 172 191
Hex 4F AC BF

RGB Percentages of Color #4facbf

%17.87
%38.91
%43.21

CMYK Percentages of Color #4facbf

%59
%10
%0
%25

Triadic Colors of #4facbf

#4facbf #bf4fac #acbf4f

Analogous Colors of #4facbf

#4facbf #4f74bf #4fbf9a

Monochromatic Colors of #4facbf

#4facbf

Complementary Color

#4facbf #bf624f

#4facbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4facbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4facbf Color CSS Codes

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

#4facbf Text Font Color

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

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


#4facbf Background Color

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

This div background color is #4facbf


#4facbf Border Color

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

This div border color is #4facbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4facbf


Comments

No comments written yet.

Please login to write comment.