Color Hex Logo

#4dffba Color Hex

#4DFFBA
(77,255,186)
0 Favorites   0 Comments

Color spaces of #4dffba

RGB 77255186
HSL0.441.000.65
HSV157°70°100°
CMYK 0.700.000.27   0.00
XYZ47.683576.643058.7348
Yxy76.64300.26050.4187
Hunter Lab87.5460-55.982221.5044
CIE-Lab90.1570-60.278320.2216

#4dffba color RGB value is (77,255,186).

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

The process color (four color CMYK) of #4dffba color hex is 0.70, 0.00, 0.27, 0.00. Web safe color of #4dffba is #66ffcc. Color #4dffba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111111 10111010
Octal 115 377 272
Decimal 77 255 186
Hex 4D FF BA

RGB Percentages of Color #4dffba

%14.86
%49.23
%35.91

CMYK Percentages of Color #4dffba

%70
%0
%27
%0

Triadic Colors of #4dffba

#4dffba #ba4dff #ffba4d

Analogous Colors of #4dffba

#4dffba #4debff #4dff61

Monochromatic Colors of #4dffba

#4dffba

Complementary Color

#4dffba #ff4d92

#4dffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dffba Color CSS Codes

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

#4dffba Text Font Color

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

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


#4dffba Background Color

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

This div background color is #4dffba


#4dffba Border Color

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

This div border color is #4dffba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,255,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 #4dffba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dffba


Comments

No comments written yet.

Please login to write comment.