Color Hex Logo

#4c898e Color Hex

#4C898E
(76,137,142)
0 Favorites   0 Comments

Color spaces of #4c898e

RGB 76137142
HSL0.510.300.43
HSV185°46°56°
CMYK 0.460.040.00   0.44
XYZ16.808621.380828.8322
Yxy21.38080.25080.3190
Hunter Lab46.2394-16.0319-4.6022
CIE-Lab53.3638-18.3300-8.8381

#4c898e color RGB value is (76,137,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10001001 10001110
Octal 114 211 216
Decimal 76 137 142
Hex 4C 89 8E

RGB Percentages of Color #4c898e

%21.41
%38.59
%40.00

CMYK Percentages of Color #4c898e

%46
%4
%0
%44

Triadic Colors of #4c898e

#4c898e #8e4c89 #898e4c

Analogous Colors of #4c898e

#4c898e #4c688e #4c8e72

Monochromatic Colors of #4c898e

#4c898e

Complementary Color

#4c898e #8e514c

#4c898e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c898e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c898e Color CSS Codes

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

#4c898e Text Font Color

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

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


#4c898e Background Color

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

This div background color is #4c898e


#4c898e Border Color

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

This div border color is #4c898e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c898e


Comments

No comments written yet.

Please login to write comment.