Color Hex Logo

#4bebaa Color Hex

#4BEBAA
(75,235,170)
0 Favorites   0 Comments

Color spaces of #4bebaa

RGB 75235170
HSL0.430.800.61
HSV156°68°92°
CMYK 0.680.000.28   0.08
XYZ39.865763.814848.2466
Yxy63.81480.26240.4200
Hunter Lab79.8842-50.718020.1103
CIE-Lab83.8693-56.196319.7133

#4bebaa color RGB value is (75,235,170).

#4bebaa hex color red value is 75, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4bebaa hue: 0.43 , saturation: 0.80 and the lightness value of 4bebaa is 0.61.

The process color (four color CMYK) of #4bebaa color hex is 0.68, 0.00, 0.28, 0.08. Web safe color of #4bebaa is #33ff99. Color #4bebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101011 10101010
Octal 113 353 252
Decimal 75 235 170
Hex 4B EB AA

RGB Percentages of Color #4bebaa

%15.63
%48.96
%35.42

CMYK Percentages of Color #4bebaa

%68
%0
%28
%8

Triadic Colors of #4bebaa

#4bebaa #aa4beb #ebaa4b

Analogous Colors of #4bebaa

#4bebaa #4bdceb #4beb5a

Monochromatic Colors of #4bebaa

#4bebaa

Complementary Color

#4bebaa #eb4b8c

#4bebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bebaa Color CSS Codes

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

#4bebaa Text Font Color

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

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


#4bebaa Background Color

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

This div background color is #4bebaa


#4bebaa Border Color

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

This div border color is #4bebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bebaa


Comments

No comments written yet.

Please login to write comment.