Color Hex Logo

#4bfb90 Color Hex

#4BFB90
(75,251,144)
0 Favorites   0 Comments

Color spaces of #4bfb90

RGB 75251144
HSL0.400.960.64
HSV144°70°98°
CMYK 0.700.000.43   0.02
XYZ42.432972.503838.1438
Yxy72.50380.27720.4736
Hunter Lab85.1492-60.058033.0446
CIE-Lab88.2105-67.041338.6845

#4bfb90 color RGB value is (75,251,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111011 10010000
Octal 113 373 220
Decimal 75 251 144
Hex 4B FB 90

RGB Percentages of Color #4bfb90

%15.96
%53.40
%30.64

CMYK Percentages of Color #4bfb90

%70
%0
%43
%2

Triadic Colors of #4bfb90

#4bfb90 #904bfb #fb904b

Analogous Colors of #4bfb90

#4bfb90 #4bfbe8 #5efb4b

Monochromatic Colors of #4bfb90

#4bfb90

Complementary Color

#4bfb90 #fb4bb6

#4bfb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfb90 Color CSS Codes

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

#4bfb90 Text Font Color

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

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


#4bfb90 Background Color

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

This div background color is #4bfb90


#4bfb90 Border Color

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

This div border color is #4bfb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfb90


Comments

No comments written yet.

Please login to write comment.