Color Hex Logo

#4cfbbb Color Hex

#4CFBBB
(76,251,187)
0 Favorites   0 Comments

Color spaces of #4cfbbb

RGB 76251187
HSL0.440.960.64
HSV158°70°98°
CMYK 0.700.000.25   0.02
XYZ46.447374.118758.8720
Yxy74.11870.25880.4131
Hunter Lab86.0922-54.359519.7206
CIE-Lab88.9786-58.662018.0631

#4cfbbb color RGB value is (76,251,187).

#4cfbbb hex color red value is 76, green value is 251 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4cfbbb hue: 0.44 , saturation: 0.96 and the lightness value of 4cfbbb is 0.64.

The process color (four color CMYK) of #4cfbbb color hex is 0.70, 0.00, 0.25, 0.02. Web safe color of #4cfbbb is #33ffcc. Color #4cfbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111011 10111011
Octal 114 373 273
Decimal 76 251 187
Hex 4C FB BB

RGB Percentages of Color #4cfbbb

%14.79
%48.83
%36.38

CMYK Percentages of Color #4cfbbb

%70
%0
%25
%2

Triadic Colors of #4cfbbb

#4cfbbb #bb4cfb #fbbb4c

Analogous Colors of #4cfbbb

#4cfbbb #4ce4fb #4cfb64

Monochromatic Colors of #4cfbbb

#4cfbbb

Complementary Color

#4cfbbb #fb4c8c

#4cfbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfbbb Color CSS Codes

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

#4cfbbb Text Font Color

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

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


#4cfbbb Background Color

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

This div background color is #4cfbbb


#4cfbbb Border Color

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

This div border color is #4cfbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfbbb


Comments

No comments written yet.

Please login to write comment.