Color Hex Logo

#4bfb8e Color Hex

#4BFB8E
(75,251,142)
0 Favorites   0 Comments

Color spaces of #4bfb8e

RGB 75251142
HSL0.400.960.64
HSV143°70°98°
CMYK 0.700.000.43   0.02
XYZ42.281372.443237.3457
Yxy72.44320.27800.4764
Hunter Lab85.1136-60.276533.5645
CIE-Lab88.1815-67.371739.6247

#4bfb8e color RGB value is (75,251,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111011 10001110
Octal 113 373 216
Decimal 75 251 142
Hex 4B FB 8E

RGB Percentages of Color #4bfb8e

%16.03
%53.63
%30.34

CMYK Percentages of Color #4bfb8e

%70
%0
%43
%2

Triadic Colors of #4bfb8e

#4bfb8e #8e4bfb #fb8e4b

Analogous Colors of #4bfb8e

#4bfb8e #4bfbe6 #60fb4b

Monochromatic Colors of #4bfb8e

#4bfb8e

Complementary Color

#4bfb8e #fb4bb8

#4bfb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfb8e Color CSS Codes

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

#4bfb8e Text Font Color

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

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


#4bfb8e Background Color

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

This div background color is #4bfb8e


#4bfb8e Border Color

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

This div border color is #4bfb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfb8e

Related Colors


Comments

No comments written yet.

Please login to write comment.