Color Hex Logo

#4c9d9b Color Hex

#4C9D9B
(76,157,155)
2 Favorites   0 Comments

Color spaces of #4c9d9b

RGB 76157155
HSL0.500.350.46
HSV179°52°62°
CMYK 0.520.000.01   0.38
XYZ20.953928.017035.3138
Yxy28.01700.24860.3324
Hunter Lab52.9311-21.9664-2.5045
CIE-Lab59.9041-25.1228-6.5429

#4c9d9b color RGB value is (76,157,155).

#4c9d9b hex color red value is 76, green value is 157 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #4c9d9b hue: 0.50 , saturation: 0.35 and the lightness value of 4c9d9b is 0.46.

The process color (four color CMYK) of #4c9d9b color hex is 0.52, 0.00, 0.01, 0.38. Web safe color of #4c9d9b is #339999. Color #4c9d9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10011101 10011011
Octal 114 235 233
Decimal 76 157 155
Hex 4C 9D 9B

RGB Percentages of Color #4c9d9b

%19.59
%40.46
%39.95

CMYK Percentages of Color #4c9d9b

%52
%0
%1
%38

Triadic Colors of #4c9d9b

#4c9d9b #9b4c9d #9d9b4c

Analogous Colors of #4c9d9b

#4c9d9b #4c779d #4c9d73

Monochromatic Colors of #4c9d9b

#4c9d9b

Complementary Color

#4c9d9b #9d4c4e

#4c9d9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c9d9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c9d9b Color CSS Codes

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

#4c9d9b Text Font Color

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

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


#4c9d9b Background Color

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

This div background color is #4c9d9b


#4c9d9b Border Color

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

This div border color is #4c9d9b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,157,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c9d9b

#4c9d9b Color Palettes


Comments

No comments written yet.

Please login to write comment.