Color Hex Logo

#4dfcba Color Hex

#4DFCBA
(77,252,186)
0 Favorites   0 Comments

Color spaces of #4dfcba

RGB 77252186
HSL0.440.970.65
HSV157°69°99°
CMYK 0.690.000.26   0.01
XYZ46.733974.743858.4182
Yxy74.74380.25980.4155
Hunter Lab86.4545-54.805320.4553
CIE-Lab89.2728-59.122218.9902

#4dfcba color RGB value is (77,252,186).

#4dfcba hex color red value is 77, green value is 252 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4dfcba hue: 0.44 , saturation: 0.97 and the lightness value of 4dfcba is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111100 10111010
Octal 115 374 272
Decimal 77 252 186
Hex 4D FC BA

RGB Percentages of Color #4dfcba

%14.95
%48.93
%36.12

CMYK Percentages of Color #4dfcba

%69
%0
%26
%1

Triadic Colors of #4dfcba

#4dfcba #ba4dfc #fcba4d

Analogous Colors of #4dfcba

#4dfcba #4de7fc #4dfc63

Monochromatic Colors of #4dfcba

#4dfcba

Complementary Color

#4dfcba #fc4d8f

#4dfcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfcba Color CSS Codes

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

#4dfcba Text Font Color

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

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


#4dfcba Background Color

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

This div background color is #4dfcba


#4dfcba Border Color

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

This div border color is #4dfcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfcba


Comments

No comments written yet.

Please login to write comment.