Color Hex Logo

#4dfac0 Color Hex

#4DFAC0
(77,250,192)
0 Favorites   0 Comments

Color spaces of #4dfac0

RGB 77250192
HSL0.440.950.64
HSV160°69°98°
CMYK 0.690.000.23   0.02
XYZ46.760673.754861.6407
Yxy73.75480.25670.4049
Hunter Lab85.8806-53.100717.5611
CIE-Lab88.8065-57.036815.2512

#4dfac0 color RGB value is (77,250,192).

#4dfac0 hex color red value is 77, green value is 250 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #4dfac0 hue: 0.44 , saturation: 0.95 and the lightness value of 4dfac0 is 0.64.

The process color (four color CMYK) of #4dfac0 color hex is 0.69, 0.00, 0.23, 0.02. Web safe color of #4dfac0 is #66ffcc. Color #4dfac0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111010 11000000
Octal 115 372 300
Decimal 77 250 192
Hex 4D FA C0

RGB Percentages of Color #4dfac0

%14.84
%48.17
%36.99

CMYK Percentages of Color #4dfac0

%69
%0
%23
%2

Triadic Colors of #4dfac0

#4dfac0 #c04dfa #fac04d

Analogous Colors of #4dfac0

#4dfac0 #4ddefa #4dfa6a

Monochromatic Colors of #4dfac0

#4dfac0

Complementary Color

#4dfac0 #fa4d87

#4dfac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfac0 Color CSS Codes

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

#4dfac0 Text Font Color

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

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


#4dfac0 Background Color

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

This div background color is #4dfac0


#4dfac0 Border Color

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

This div border color is #4dfac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfac0


Comments

No comments written yet.

Please login to write comment.