Color Hex Logo

#4fcfbc Color Hex

#4FCFBC
(79,207,188)
0 Favorites   0 Comments

Color spaces of #4fcfbc

RGB 79207188
HSL0.480.570.56
HSV171°62°81°
CMYK 0.620.000.09   0.19
XYZ34.614449.918855.3879
Yxy49.91880.24740.3568
Hunter Lab70.6532-36.19252.9775
CIE-Lab76.0194-39.5740-1.0005

#4fcfbc color RGB value is (79,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001111 10111100
Octal 117 317 274
Decimal 79 207 188
Hex 4F CF BC

RGB Percentages of Color #4fcfbc

%16.67
%43.67
%39.66

CMYK Percentages of Color #4fcfbc

%62
%0
%9
%19

Triadic Colors of #4fcfbc

#4fcfbc #bc4fcf #cfbc4f

Analogous Colors of #4fcfbc

#4fcfbc #4fa2cf #4fcf7c

Monochromatic Colors of #4fcfbc

#4fcfbc

Complementary Color

#4fcfbc #cf4f62

#4fcfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcfbc Color CSS Codes

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

#4fcfbc Text Font Color

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

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


#4fcfbc Background Color

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

This div background color is #4fcfbc


#4fcfbc Border Color

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

This div border color is #4fcfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcfbc


Comments

No comments written yet.

Please login to write comment.