Color Hex Logo

#4dbabd Color Hex

#4DBABD
(77,186,189)
0 Favorites   0 Comments

Color spaces of #4dbabd

RGB 77186189
HSL0.500.460.52
HSV182°59°74°
CMYK 0.590.020.00   0.26
XYZ29.804840.369754.3654
Yxy40.36970.23930.3242
Hunter Lab63.5372-27.4570-6.2553
CIE-Lab69.7320-29.8422-10.8522

#4dbabd color RGB value is (77,186,189).

#4dbabd hex color red value is 77, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4dbabd hue: 0.50 , saturation: 0.46 and the lightness value of 4dbabd is 0.52.

The process color (four color CMYK) of #4dbabd color hex is 0.59, 0.02, 0.00, 0.26. Web safe color of #4dbabd is #66cccc. Color #4dbabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111010 10111101
Octal 115 272 275
Decimal 77 186 189
Hex 4D BA BD

RGB Percentages of Color #4dbabd

%17.04
%41.15
%41.81

CMYK Percentages of Color #4dbabd

%59
%2
%0
%26

Triadic Colors of #4dbabd

#4dbabd #bd4dba #babd4d

Analogous Colors of #4dbabd

#4dbabd #4d82bd #4dbd88

Monochromatic Colors of #4dbabd

#4dbabd

Complementary Color

#4dbabd #bd504d

#4dbabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbabd Color CSS Codes

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

#4dbabd Text Font Color

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

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


#4dbabd Background Color

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

This div background color is #4dbabd


#4dbabd Border Color

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

This div border color is #4dbabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbabd


Comments

No comments written yet.

Please login to write comment.