Color Hex Logo

#4debaa Color Hex

#4DEBAA
(77,235,170)
0 Favorites   0 Comments

Color spaces of #4debaa

RGB 77235170
HSL0.430.800.61
HSV155°67°92°
CMYK 0.670.000.28   0.08
XYZ40.024663.896748.2540
Yxy63.89670.26300.4199
Hunter Lab79.9354-50.509920.1636
CIE-Lab83.9120-55.883819.7791

#4debaa color RGB value is (77,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101011 10101010
Octal 115 353 252
Decimal 77 235 170
Hex 4D EB AA

RGB Percentages of Color #4debaa

%15.98
%48.76
%35.27

CMYK Percentages of Color #4debaa

%67
%0
%28
%8

Triadic Colors of #4debaa

#4debaa #aa4deb #ebaa4d

Analogous Colors of #4debaa

#4debaa #4dddeb #4deb5b

Monochromatic Colors of #4debaa

#4debaa

Complementary Color

#4debaa #eb4d8e

#4debaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4debaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4debaa Color CSS Codes

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

#4debaa Text Font Color

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

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


#4debaa Background Color

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

This div background color is #4debaa


#4debaa Border Color

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

This div border color is #4debaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,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 #4debaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4debaa


Comments

No comments written yet.

Please login to write comment.