Color Hex Logo

#4cfb94 Color Hex

#4CFB94
(76,251,148)
0 Favorites   0 Comments

Color spaces of #4cfb94

RGB 76251148
HSL0.400.960.64
HSV145°70°98°
CMYK 0.700.000.41   0.02
XYZ42.823072.669039.7865
Yxy72.66900.27580.4680
Hunter Lab85.2461-59.512032.0001
CIE-Lab88.2896-66.214736.8253

#4cfb94 color RGB value is (76,251,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111011 10010100
Octal 114 373 224
Decimal 76 251 148
Hex 4C FB 94

RGB Percentages of Color #4cfb94

%16.00
%52.84
%31.16

CMYK Percentages of Color #4cfb94

%70
%0
%41
%2

Triadic Colors of #4cfb94

#4cfb94 #944cfb #fb944c

Analogous Colors of #4cfb94

#4cfb94 #4cfbec #5cfb4c

Monochromatic Colors of #4cfb94

#4cfb94

Complementary Color

#4cfb94 #fb4cb3

#4cfb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfb94 Color CSS Codes

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

#4cfb94 Text Font Color

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

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


#4cfb94 Background Color

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

This div background color is #4cfb94


#4cfb94 Border Color

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

This div border color is #4cfb94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,251,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfb94


Comments

No comments written yet.

Please login to write comment.