Color Hex Logo

#4defab Color Hex

#4DEFAB
(77,239,171)
0 Favorites   0 Comments

Color spaces of #4defab

RGB 77239171
HSL0.430.840.62
HSV155°68°94°
CMYK 0.680.000.28   0.06
XYZ41.277866.251149.1402
Yxy66.25110.26350.4229
Hunter Lab81.3948-51.918021.1814
CIE-Lab85.1243-57.238220.9416

#4defab color RGB value is (77,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101111 10101011
Octal 115 357 253
Decimal 77 239 171
Hex 4D EF AB

RGB Percentages of Color #4defab

%15.81
%49.08
%35.11

CMYK Percentages of Color #4defab

%68
%0
%28
%6

Triadic Colors of #4defab

#4defab #ab4def #efab4d

Analogous Colors of #4defab

#4defab #4de2ef #4def5a

Monochromatic Colors of #4defab

#4defab

Complementary Color

#4defab #ef4d91

#4defab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4defab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4defab Color CSS Codes

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

#4defab Text Font Color

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

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


#4defab Background Color

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

This div background color is #4defab


#4defab Border Color

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

This div border color is #4defab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,239,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4defab


Comments

No comments written yet.

Please login to write comment.