Color Hex Logo

#4bb07e Color Hex

#4BB07E
(75,176,126)
0 Favorites   0 Comments

Color spaces of #4bb07e

RGB 75176126
HSL0.420.400.49
HSV150°57°69°
CMYK 0.570.000.28   0.31
XYZ22.192934.052925.1418
Yxy34.05290.27270.4184
Hunter Lab58.3549-34.235815.3037
CIE-Lab65.0045-41.267816.9637

#4bb07e color RGB value is (75,176,126).

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

The process color (four color CMYK) of #4bb07e color hex is 0.57, 0.00, 0.28, 0.31. Web safe color of #4bb07e is #339966. Color #4bb07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10110000 01111110
Octal 113 260 176
Decimal 75 176 126
Hex 4B B0 7E

RGB Percentages of Color #4bb07e

%19.89
%46.68
%33.42

CMYK Percentages of Color #4bb07e

%57
%0
%28
%31

Triadic Colors of #4bb07e

#4bb07e #7e4bb0 #b07e4b

Analogous Colors of #4bb07e

#4bb07e #4bb0b0 #4bb04c

Monochromatic Colors of #4bb07e

#4bb07e

Complementary Color

#4bb07e #b04b7d

#4bb07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bb07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bb07e Color CSS Codes

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

#4bb07e Text Font Color

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

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


#4bb07e Background Color

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

This div background color is #4bb07e


#4bb07e Border Color

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

This div border color is #4bb07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bb07e


Comments

No comments written yet.

Please login to write comment.