Color Hex Logo

#4bb68f Color Hex

#4BB68F
(75,182,143)
0 Favorites   0 Comments

Color spaces of #4bb68f

RGB 75182143
HSL0.440.420.50
HSV158°59°71°
CMYK 0.590.000.21   0.29
XYZ24.587536.934931.8199
Yxy36.93490.26340.3957
Hunter Lab60.7741-34.138511.4990
CIE-Lab67.2282-40.154610.7748

#4bb68f color RGB value is (75,182,143).

#4bb68f hex color red value is 75, green value is 182 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #4bb68f hue: 0.44 , saturation: 0.42 and the lightness value of 4bb68f is 0.50.

The process color (four color CMYK) of #4bb68f color hex is 0.59, 0.00, 0.21, 0.29. Web safe color of #4bb68f is #33cc99. Color #4bb68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10110110 10001111
Octal 113 266 217
Decimal 75 182 143
Hex 4B B6 8F

RGB Percentages of Color #4bb68f

%18.75
%45.50
%35.75

CMYK Percentages of Color #4bb68f

%59
%0
%21
%29

Triadic Colors of #4bb68f

#4bb68f #8f4bb6 #b68f4b

Analogous Colors of #4bb68f

#4bb68f #4ba8b6 #4bb65a

Monochromatic Colors of #4bb68f

#4bb68f

Complementary Color

#4bb68f #b64b72

#4bb68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bb68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bb68f Color CSS Codes

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

#4bb68f Text Font Color

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

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


#4bb68f Background Color

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

This div background color is #4bb68f


#4bb68f Border Color

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

This div border color is #4bb68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bb68f


Comments

No comments written yet.

Please login to write comment.