Color Hex Logo

#4bb89b Color Hex

#4BB89B
(75,184,155)
0 Favorites   0 Comments

Color spaces of #4bb89b

RGB 75184155
HSL0.460.430.51
HSV164°59°72°
CMYK 0.590.000.16   0.28
XYZ25.958538.143437.0046
Yxy38.14340.25670.3773
Hunter Lab61.7603-33.05527.7078
CIE-Lab68.1262-38.21075.4741

#4bb89b color RGB value is (75,184,155).

#4bb89b hex color red value is 75, green value is 184 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #4bb89b hue: 0.46 , saturation: 0.43 and the lightness value of 4bb89b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111000 10011011
Octal 113 270 233
Decimal 75 184 155
Hex 4B B8 9B

RGB Percentages of Color #4bb89b

%18.12
%44.44
%37.44

CMYK Percentages of Color #4bb89b

%59
%0
%16
%28

Triadic Colors of #4bb89b

#4bb89b #9b4bb8 #b89b4b

Analogous Colors of #4bb89b

#4bb89b #4b9fb8 #4bb865

Monochromatic Colors of #4bb89b

#4bb89b

Complementary Color

#4bb89b #b84b68

#4bb89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bb89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bb89b Color CSS Codes

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

#4bb89b Text Font Color

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

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


#4bb89b Background Color

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

This div background color is #4bb89b


#4bb89b Border Color

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

This div border color is #4bb89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bb89b


Comments

No comments written yet.

Please login to write comment.