Color Hex Logo

#4d888e Color Hex

#4D888E
(77,136,142)
0 Favorites   0 Comments

Color spaces of #4d888e

RGB 77136142
HSL0.520.300.43
HSV186°46°56°
CMYK 0.460.040.00   0.44
XYZ16.747221.139128.7888
Yxy21.13910.25120.3170
Hunter Lab45.9773-15.4417-4.9405
CIE-Lab53.1014-17.5413-9.2260

#4d888e color RGB value is (77,136,142).

#4d888e hex color red value is 77, green value is 136 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #4d888e hue: 0.52 , saturation: 0.30 and the lightness value of 4d888e is 0.43.

The process color (four color CMYK) of #4d888e color hex is 0.46, 0.04, 0.00, 0.44. Web safe color of #4d888e is #669999. Color #4d888e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10001000 10001110
Octal 115 210 216
Decimal 77 136 142
Hex 4D 88 8E

RGB Percentages of Color #4d888e

%21.69
%38.31
%40.00

CMYK Percentages of Color #4d888e

%46
%4
%0
%44

Triadic Colors of #4d888e

#4d888e #8e4d88 #888e4d

Analogous Colors of #4d888e

#4d888e #4d688e #4d8e74

Monochromatic Colors of #4d888e

#4d888e

Complementary Color

#4d888e #8e534d

#4d888e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d888e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d888e Color CSS Codes

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

#4d888e Text Font Color

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

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


#4d888e Background Color

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

This div background color is #4d888e


#4d888e Border Color

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

This div border color is #4d888e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d888e


Comments

No comments written yet.

Please login to write comment.