Color Hex Logo

#4fccba Color Hex

#4FCCBA
(79,204,186)
0 Favorites   0 Comments

Color spaces of #4fccba

RGB 79204186
HSL0.480.550.55
HSV171°61°80°
CMYK 0.610.000.09   0.20
XYZ33.680248.393254.0201
Yxy48.39320.24750.3556
Hunter Lab69.5652-35.31792.6547
CIE-Lab75.0723-38.7331-1.3083

#4fccba color RGB value is (79,204,186).

#4fccba hex color red value is 79, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4fccba hue: 0.48 , saturation: 0.55 and the lightness value of 4fccba is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001100 10111010
Octal 117 314 272
Decimal 79 204 186
Hex 4F CC BA

RGB Percentages of Color #4fccba

%16.84
%43.50
%39.66

CMYK Percentages of Color #4fccba

%61
%0
%9
%20

Triadic Colors of #4fccba

#4fccba #ba4fcc #ccba4f

Analogous Colors of #4fccba

#4fccba #4fa0cc #4fcc7c

Monochromatic Colors of #4fccba

#4fccba

Complementary Color

#4fccba #cc4f61

#4fccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fccba Color CSS Codes

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

#4fccba Text Font Color

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

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


#4fccba Background Color

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

This div background color is #4fccba


#4fccba Border Color

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

This div border color is #4fccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fccba


Comments

No comments written yet.

Please login to write comment.