Color Hex Logo

#4dbaad Color Hex

#4DBAAD
(77,186,173)
0 Favorites   0 Comments

Color spaces of #4dbaad

RGB 77186173
HSL0.480.440.52
HSV173°59°73°
CMYK 0.590.000.07   0.27
XYZ28.162339.712745.7162
Yxy39.71270.24790.3496
Hunter Lab63.0180-30.51111.1009
CIE-Lab69.2644-34.1848-2.7538

#4dbaad color RGB value is (77,186,173).

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

The process color (four color CMYK) of #4dbaad color hex is 0.59, 0.00, 0.07, 0.27. Web safe color of #4dbaad is #66cc99. Color #4dbaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111010 10101101
Octal 115 272 255
Decimal 77 186 173
Hex 4D BA AD

RGB Percentages of Color #4dbaad

%17.66
%42.66
%39.68

CMYK Percentages of Color #4dbaad

%59
%0
%7
%27

Triadic Colors of #4dbaad

#4dbaad #ad4dba #baad4d

Analogous Colors of #4dbaad

#4dbaad #4d91ba #4dba77

Monochromatic Colors of #4dbaad

#4dbaad

Complementary Color

#4dbaad #ba4d5a

#4dbaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbaad Color CSS Codes

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

#4dbaad Text Font Color

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

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


#4dbaad Background Color

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

This div background color is #4dbaad


#4dbaad Border Color

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

This div border color is #4dbaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbaad


Comments

No comments written yet.

Please login to write comment.