Color Hex Logo

#4bfe6a Color Hex

#4BFE6A
(75,254,106)
0 Favorites   0 Comments

Color spaces of #4bfe6a

RGB 75254106
HSL0.360.990.65
HSV130°70°100°
CMYK 0.700.000.58   0.00
XYZ40.945073.420125.6491
Yxy73.42010.29240.5244
Hunter Lab85.6855-64.653142.2320
CIE-Lab88.6477-73.445556.9080

#4bfe6a color RGB value is (75,254,106).

#4bfe6a hex color red value is 75, green value is 254 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #4bfe6a hue: 0.36 , saturation: 0.99 and the lightness value of 4bfe6a is 0.65.

The process color (four color CMYK) of #4bfe6a color hex is 0.70, 0.00, 0.58, 0.00. Web safe color of #4bfe6a is #33ff66. Color #4bfe6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111110 01101010
Octal 113 376 152
Decimal 75 254 106
Hex 4B FE 6A

RGB Percentages of Color #4bfe6a

%17.24
%58.39
%24.37

CMYK Percentages of Color #4bfe6a

%70
%0
%58
%0

Triadic Colors of #4bfe6a

#4bfe6a #6a4bfe #fe6a4b

Analogous Colors of #4bfe6a

#4bfe6a #4bfec4 #86fe4b

Monochromatic Colors of #4bfe6a

#4bfe6a

Complementary Color

#4bfe6a #fe4bdf

#4bfe6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfe6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfe6a Color CSS Codes

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

#4bfe6a Text Font Color

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

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


#4bfe6a Background Color

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

This div background color is #4bfe6a


#4bfe6a Border Color

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

This div border color is #4bfe6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfe6a


Comments

No comments written yet.

Please login to write comment.