Color Hex Logo

#4fcfbb Color Hex

#4FCFBB
(79,207,187)
0 Favorites   0 Comments

Color spaces of #4fcfbb

RGB 79207187
HSL0.470.570.56
HSV171°62°81°
CMYK 0.620.000.10   0.19
XYZ34.506949.875854.8220
Yxy49.87580.24790.3583
Hunter Lab70.6228-36.37333.4112
CIE-Lab75.9930-39.8301-0.5005

#4fcfbb color RGB value is (79,207,187).

#4fcfbb hex color red value is 79, green value is 207 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4fcfbb hue: 0.47 , saturation: 0.57 and the lightness value of 4fcfbb is 0.56.

The process color (four color CMYK) of #4fcfbb color hex is 0.62, 0.00, 0.10, 0.19. Web safe color of #4fcfbb is #66cccc. Color #4fcfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001111 10111011
Octal 117 317 273
Decimal 79 207 187
Hex 4F CF BB

RGB Percentages of Color #4fcfbb

%16.70
%43.76
%39.53

CMYK Percentages of Color #4fcfbb

%62
%0
%10
%19

Triadic Colors of #4fcfbb

#4fcfbb #bb4fcf #cfbb4f

Analogous Colors of #4fcfbb

#4fcfbb #4fa3cf #4fcf7b

Monochromatic Colors of #4fcfbb

#4fcfbb

Complementary Color

#4fcfbb #cf4f63

#4fcfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcfbb Color CSS Codes

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

#4fcfbb Text Font Color

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

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


#4fcfbb Background Color

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

This div background color is #4fcfbb


#4fcfbb Border Color

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

This div border color is #4fcfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcfbb


Comments

No comments written yet.

Please login to write comment.