Color Hex Logo

#4bdb91 Color Hex

#4BDB91
(75,219,145)
0 Favorites   0 Comments

Color spaces of #4bdb91

RGB 75219145
HSL0.410.670.58
HSV149°66°86°
CMYK 0.660.000.34   0.14
XYZ33.344054.203235.4929
Yxy54.20320.27100.4405
Hunter Lab73.6228-47.996722.9528
CIE-Lab78.5801-55.034225.4251

#4bdb91 color RGB value is (75,219,145).

#4bdb91 hex color red value is 75, green value is 219 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #4bdb91 hue: 0.41 , saturation: 0.67 and the lightness value of 4bdb91 is 0.58.

The process color (four color CMYK) of #4bdb91 color hex is 0.66, 0.00, 0.34, 0.14. Web safe color of #4bdb91 is #33cc99. Color #4bdb91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011011 10010001
Octal 113 333 221
Decimal 75 219 145
Hex 4B DB 91

RGB Percentages of Color #4bdb91

%17.08
%49.89
%33.03

CMYK Percentages of Color #4bdb91

%66
%0
%34
%14

Triadic Colors of #4bdb91

#4bdb91 #914bdb #db914b

Analogous Colors of #4bdb91

#4bdb91 #4bdbd9 #4ddb4b

Monochromatic Colors of #4bdb91

#4bdb91

Complementary Color

#4bdb91 #db4b95

#4bdb91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdb91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdb91 Color CSS Codes

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

#4bdb91 Text Font Color

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

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


#4bdb91 Background Color

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

This div background color is #4bdb91


#4bdb91 Border Color

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

This div border color is #4bdb91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdb91


Comments

No comments written yet.

Please login to write comment.