Color Hex Logo

#4fbfbc Color Hex

#4FBFBC
(79,191,188)
0 Favorites   0 Comments

Color spaces of #4fbfbc

RGB 79191188
HSL0.500.470.53
HSV178°59°75°
CMYK 0.590.000.02   0.25
XYZ30.932442.554754.1605
Yxy42.55470.24230.3334
Hunter Lab65.2340-29.5190-3.5617
CIE-Lab71.2517-32.1614-8.0326

#4fbfbc color RGB value is (79,191,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111111 10111100
Octal 117 277 274
Decimal 79 191 188
Hex 4F BF BC

RGB Percentages of Color #4fbfbc

%17.25
%41.70
%41.05

CMYK Percentages of Color #4fbfbc

%59
%0
%2
%25

Triadic Colors of #4fbfbc

#4fbfbc #bc4fbf #bfbc4f

Analogous Colors of #4fbfbc

#4fbfbc #4f8abf #4fbf84

Monochromatic Colors of #4fbfbc

#4fbfbc

Complementary Color

#4fbfbc #bf4f52

#4fbfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbfbc Color CSS Codes

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

#4fbfbc Text Font Color

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

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


#4fbfbc Background Color

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

This div background color is #4fbfbc


#4fbfbc Border Color

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

This div border color is #4fbfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbfbc


Comments

No comments written yet.

Please login to write comment.