Color Hex Logo

#4bb08a Color Hex

#4BB08A
(75,176,138)
0 Favorites   0 Comments

Color spaces of #4bb08a

RGB 75176138
HSL0.440.400.49
HSV157°57°69°
CMYK 0.570.000.22   0.31
XYZ23.014434.381529.4681
Yxy34.38150.26490.3958
Hunter Lab58.6357-32.551711.2481
CIE-Lab65.2643-38.634210.7427

#4bb08a color RGB value is (75,176,138).

#4bb08a hex color red value is 75, green value is 176 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #4bb08a hue: 0.44 , saturation: 0.40 and the lightness value of 4bb08a is 0.49.

The process color (four color CMYK) of #4bb08a color hex is 0.57, 0.00, 0.22, 0.31. Web safe color of #4bb08a is #339999. Color #4bb08a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10110000 10001010
Octal 113 260 212
Decimal 75 176 138
Hex 4B B0 8A

RGB Percentages of Color #4bb08a

%19.28
%45.24
%35.48

CMYK Percentages of Color #4bb08a

%57
%0
%22
%31

Triadic Colors of #4bb08a

#4bb08a #8a4bb0 #b08a4b

Analogous Colors of #4bb08a

#4bb08a #4ba4b0 #4bb058

Monochromatic Colors of #4bb08a

#4bb08a

Complementary Color

#4bb08a #b04b71

#4bb08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bb08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bb08a Color CSS Codes

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

#4bb08a Text Font Color

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

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


#4bb08a Background Color

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

This div background color is #4bb08a


#4bb08a Border Color

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

This div border color is #4bb08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bb08a


Comments

No comments written yet.

Please login to write comment.