Color Hex Logo

#4bdbb9 Color Hex

#4BDBB9
(75,219,185)
0 Favorites   0 Comments

Color spaces of #4bdbb9

RGB 75219185
HSL0.460.670.58
HSV166°66°86°
CMYK 0.660.000.16   0.14
XYZ36.990155.661754.6931
Yxy55.66170.25100.3778
Hunter Lab74.6068-42.06148.7601
CIE-Lab79.4209-46.24695.5345

#4bdbb9 color RGB value is (75,219,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011011 10111001
Octal 113 333 271
Decimal 75 219 185
Hex 4B DB B9

RGB Percentages of Color #4bdbb9

%15.66
%45.72
%38.62

CMYK Percentages of Color #4bdbb9

%66
%0
%16
%14

Triadic Colors of #4bdbb9

#4bdbb9 #b94bdb #dbb94b

Analogous Colors of #4bdbb9

#4bdbb9 #4bb5db #4bdb71

Monochromatic Colors of #4bdbb9

#4bdbb9

Complementary Color

#4bdbb9 #db4b6d

#4bdbb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdbb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdbb9 Color CSS Codes

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

#4bdbb9 Text Font Color

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

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


#4bdbb9 Background Color

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

This div background color is #4bdbb9


#4bdbb9 Border Color

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

This div border color is #4bdbb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdbb9


Comments

No comments written yet.

Please login to write comment.