Color Hex Logo

#4cbfbf Color Hex

#4CBFBF
(76,191,191)
0 Favorites   0 Comments

Color spaces of #4cbfbf

RGB 76191191
HSL0.500.470.52
HSV180°60°75°
CMYK 0.600.000.00   0.25
XYZ31.015342.559755.8704
Yxy42.55970.23960.3288
Hunter Lab65.2378-29.3038-5.1102
CIE-Lab71.2551-31.8692-9.6771

#4cbfbf color RGB value is (76,191,191).

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

The process color (four color CMYK) of #4cbfbf color hex is 0.60, 0.00, 0.00, 0.25. Web safe color of #4cbfbf is #33cccc. Color #4cbfbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111111 10111111
Octal 114 277 277
Decimal 76 191 191
Hex 4C BF BF

RGB Percentages of Color #4cbfbf

%16.59
%41.70
%41.70

CMYK Percentages of Color #4cbfbf

%60
%0
%0
%25

Triadic Colors of #4cbfbf

#4cbfbf #bf4cbf #bfbf4c

Analogous Colors of #4cbfbf

#4cbfbf #4c86bf #4cbf86

Monochromatic Colors of #4cbfbf

#4cbfbf

Complementary Color

#4cbfbf #bf4c4c

#4cbfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbfbf Color CSS Codes

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

#4cbfbf Text Font Color

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

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


#4cbfbf Background Color

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

This div background color is #4cbfbf


#4cbfbf Border Color

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

This div border color is #4cbfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbfbf


Comments

No comments written yet.

Please login to write comment.