Color Hex Logo

#4fbfb4 Color Hex

#4FBFB4
(79,191,180)
0 Favorites   0 Comments

Color spaces of #4fbfb4

RGB 79191180
HSL0.480.470.53
HSV174°59°75°
CMYK 0.590.000.06   0.25
XYZ30.093542.219249.7430
Yxy42.21920.24660.3459
Hunter Lab64.9763-31.03700.0936
CIE-Lab71.0218-34.3081-3.9979

#4fbfb4 color RGB value is (79,191,180).

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

The process color (four color CMYK) of #4fbfb4 color hex is 0.59, 0.00, 0.06, 0.25. Web safe color of #4fbfb4 is #66cccc. Color #4fbfb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111111 10110100
Octal 117 277 264
Decimal 79 191 180
Hex 4F BF B4

RGB Percentages of Color #4fbfb4

%17.56
%42.44
%40.00

CMYK Percentages of Color #4fbfb4

%59
%0
%6
%25

Triadic Colors of #4fbfb4

#4fbfb4 #b44fbf #bfb44f

Analogous Colors of #4fbfb4

#4fbfb4 #4f92bf #4fbf7c

Monochromatic Colors of #4fbfb4

#4fbfb4

Complementary Color

#4fbfb4 #bf4f5a

#4fbfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbfb4 Color CSS Codes

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

#4fbfb4 Text Font Color

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

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


#4fbfb4 Background Color

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

This div background color is #4fbfb4


#4fbfb4 Border Color

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

This div border color is #4fbfb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbfb4


Comments

No comments written yet.

Please login to write comment.