Color Hex Logo

#4defaf Color Hex

#4DEFAF
(77,239,175)
0 Favorites   0 Comments

Color spaces of #4defaf

RGB 77239175
HSL0.430.840.62
HSV156°68°94°
CMYK 0.680.000.27   0.06
XYZ41.664966.405951.1791
Yxy66.40590.26160.4170
Hunter Lab81.4898-51.342019.8062
CIE-Lab85.2030-56.397518.9843

#4defaf color RGB value is (77,239,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101111 10101111
Octal 115 357 257
Decimal 77 239 175
Hex 4D EF AF

RGB Percentages of Color #4defaf

%15.68
%48.68
%35.64

CMYK Percentages of Color #4defaf

%68
%0
%27
%6

Triadic Colors of #4defaf

#4defaf #af4def #efaf4d

Analogous Colors of #4defaf

#4defaf #4ddeef #4def5e

Monochromatic Colors of #4defaf

#4defaf

Complementary Color

#4defaf #ef4d8d

#4defaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4defaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4defaf Color CSS Codes

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

#4defaf Text Font Color

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

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


#4defaf Background Color

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

This div background color is #4defaf


#4defaf Border Color

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

This div border color is #4defaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4defaf


Comments

No comments written yet.

Please login to write comment.