Color Hex Logo

#4dfbbe Color Hex

#4DFBBE
(77,251,190)
0 Favorites   0 Comments

Color spaces of #4dfbbe

RGB 77251190
HSL0.440.960.64
HSV159°69°98°
CMYK 0.690.000.24   0.02
XYZ46.852074.289860.5852
Yxy74.28980.25780.4088
Hunter Lab86.1915-53.806118.6583
CIE-Lab89.0593-57.869416.6368

#4dfbbe color RGB value is (77,251,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111011 10111110
Octal 115 373 276
Decimal 77 251 190
Hex 4D FB BE

RGB Percentages of Color #4dfbbe

%14.86
%48.46
%36.68

CMYK Percentages of Color #4dfbbe

%69
%0
%24
%2

Triadic Colors of #4dfbbe

#4dfbbe #be4dfb #fbbe4d

Analogous Colors of #4dfbbe

#4dfbbe #4de1fb #4dfb67

Monochromatic Colors of #4dfbbe

#4dfbbe

Complementary Color

#4dfbbe #fb4d8a

#4dfbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfbbe Color CSS Codes

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

#4dfbbe Text Font Color

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

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


#4dfbbe Background Color

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

This div background color is #4dfbbe


#4dfbbe Border Color

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

This div border color is #4dfbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfbbe


Comments

No comments written yet.

Please login to write comment.