Color Hex Logo

#4dbaa8 Color Hex

#4DBAA8
(77,186,168)
0 Favorites   0 Comments

Color spaces of #4dbaa8

RGB 77186168
HSL0.470.440.52
HSV170°59°73°
CMYK 0.590.000.10   0.27
XYZ27.687439.522743.2152
Yxy39.52270.25070.3579
Hunter Lab62.8671-31.40393.2507
CIE-Lab69.1282-35.4820-0.2063

#4dbaa8 color RGB value is (77,186,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111010 10101000
Octal 115 272 250
Decimal 77 186 168
Hex 4D BA A8

RGB Percentages of Color #4dbaa8

%17.87
%43.16
%38.98

CMYK Percentages of Color #4dbaa8

%59
%0
%10
%27

Triadic Colors of #4dbaa8

#4dbaa8 #a84dba #baa84d

Analogous Colors of #4dbaa8

#4dbaa8 #4d96ba #4dba72

Monochromatic Colors of #4dbaa8

#4dbaa8

Complementary Color

#4dbaa8 #ba4d5f

#4dbaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbaa8 Color CSS Codes

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

#4dbaa8 Text Font Color

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

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


#4dbaa8 Background Color

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

This div background color is #4dbaa8


#4dbaa8 Border Color

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

This div border color is #4dbaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbaa8


Comments

No comments written yet.

Please login to write comment.