Color Hex Logo

#4cfabb Color Hex

#4CFABB
(76,250,187)
0 Favorites   0 Comments

Color spaces of #4cfabb

RGB 76250187
HSL0.440.950.64
HSV158°70°98°
CMYK 0.700.000.25   0.02
XYZ46.135773.495658.7682
Yxy73.49560.25860.4120
Hunter Lab85.7296-53.966319.3670
CIE-Lab88.6835-58.273117.6502

#4cfabb color RGB value is (76,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111010 10111011
Octal 114 372 273
Decimal 76 250 187
Hex 4C FA BB

RGB Percentages of Color #4cfabb

%14.81
%48.73
%36.45

CMYK Percentages of Color #4cfabb

%70
%0
%25
%2

Triadic Colors of #4cfabb

#4cfabb #bb4cfa #fabb4c

Analogous Colors of #4cfabb

#4cfabb #4ce2fa #4cfa64

Monochromatic Colors of #4cfabb

#4cfabb

Complementary Color

#4cfabb #fa4c8b

#4cfabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfabb Color CSS Codes

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

#4cfabb Text Font Color

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

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


#4cfabb Background Color

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

This div background color is #4cfabb


#4cfabb Border Color

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

This div border color is #4cfabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfabb


Comments

No comments written yet.

Please login to write comment.