Color Hex Logo

#4facaf Color Hex

#4FACAF
(79,172,175)
0 Favorites   0 Comments

Color spaces of #4facaf

RGB 79172175
HSL0.510.380.50
HSV182°55°69°
CMYK 0.550.020.00   0.31
XYZ25.714834.262545.8154
Yxy34.26250.24310.3239
Hunter Lab58.5342-24.0175-5.4331
CIE-Lab65.1704-26.4886-9.9207

#4facaf color RGB value is (79,172,175).

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

The process color (four color CMYK) of #4facaf color hex is 0.55, 0.02, 0.00, 0.31. Web safe color of #4facaf is #669999. Color #4facaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101100 10101111
Octal 117 254 257
Decimal 79 172 175
Hex 4F AC AF

RGB Percentages of Color #4facaf

%18.54
%40.38
%41.08

CMYK Percentages of Color #4facaf

%55
%2
%0
%31

Triadic Colors of #4facaf

#4facaf #af4fac #acaf4f

Analogous Colors of #4facaf

#4facaf #4f7caf #4faf82

Monochromatic Colors of #4facaf

#4facaf

Complementary Color

#4facaf #af524f

#4facaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4facaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4facaf Color CSS Codes

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

#4facaf Text Font Color

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

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


#4facaf Background Color

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

This div background color is #4facaf


#4facaf Border Color

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

This div border color is #4facaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4facaf


Comments

No comments written yet.

Please login to write comment.