Color Hex Logo

#4defaa Color Hex

#4DEFAA
(77,239,170)
0 Favorites   0 Comments

Color spaces of #4defaa

RGB 77239170
HSL0.430.840.62
HSV154°68°94°
CMYK 0.680.000.29   0.06
XYZ41.182866.213148.6401
Yxy66.21310.26390.4243
Hunter Lab81.3714-52.059621.5192
CIE-Lab85.1050-57.445621.4305

#4defaa color RGB value is (77,239,170).

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

The process color (four color CMYK) of #4defaa color hex is 0.68, 0.00, 0.29, 0.06. Web safe color of #4defaa is #66ff99. Color #4defaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101111 10101010
Octal 115 357 252
Decimal 77 239 170
Hex 4D EF AA

RGB Percentages of Color #4defaa

%15.84
%49.18
%34.98

CMYK Percentages of Color #4defaa

%68
%0
%29
%6

Triadic Colors of #4defaa

#4defaa #aa4def #efaa4d

Analogous Colors of #4defaa

#4defaa #4de3ef #4def59

Monochromatic Colors of #4defaa

#4defaa

Complementary Color

#4defaa #ef4d92

#4defaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4defaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4defaa Color CSS Codes

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

#4defaa Text Font Color

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

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


#4defaa Background Color

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

This div background color is #4defaa


#4defaa Border Color

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

This div border color is #4defaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4defaa


Comments

No comments written yet.

Please login to write comment.