Color Hex Logo

#4fcbbf Color Hex

#4FCBBF
(79,203,191)
1 Favorites   0 Comments

Color spaces of #4fcbbf

RGB 79203191
HSL0.480.540.55
HSV174°61°80°
CMYK 0.610.000.06   0.20
XYZ33.984448.135756.7902
Yxy48.13570.24460.3465
Hunter Lab69.3799-33.98000.0347
CIE-Lab74.9104-36.9735-4.2487

#4fcbbf color RGB value is (79,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001011 10111111
Octal 117 313 277
Decimal 79 203 191
Hex 4F CB BF

RGB Percentages of Color #4fcbbf

%16.70
%42.92
%40.38

CMYK Percentages of Color #4fcbbf

%61
%0
%6
%20

Triadic Colors of #4fcbbf

#4fcbbf #bf4fcb #cbbf4f

Analogous Colors of #4fcbbf

#4fcbbf #4f99cb #4fcb81

Monochromatic Colors of #4fcbbf

#4fcbbf

Complementary Color

#4fcbbf #cb4f5b

#4fcbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcbbf Color CSS Codes

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

#4fcbbf Text Font Color

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

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


#4fcbbf Background Color

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

This div background color is #4fcbbf


#4fcbbf Border Color

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

This div border color is #4fcbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcbbf


Comments

No comments written yet.

Please login to write comment.