Color Hex Logo

#049c57 Color Hex

#049C57
(4,156,87)
0 Favorites   0 Comments

Color spaces of #049c57

RGB 415687
HSL0.420.950.31
HSV153°97°61°
CMYK 0.970.000.44   0.39
XYZ13.658824.490913.0241
Yxy24.49090.26690.4786
Hunter Lab49.4883-37.338419.0381
CIE-Lab56.5760-50.932026.5880

#049c57 color RGB value is (4,156,87).

#049c57 hex color red value is 4, green value is 156 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #049c57 hue: 0.42 , saturation: 0.95 and the lightness value of 049c57 is 0.31.

The process color (four color CMYK) of #049c57 color hex is 0.97, 0.00, 0.44, 0.39. Web safe color of #049c57 is #009966. Color #049c57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011100 01010111
Octal 4 234 127
Decimal 4 156 87
Hex 4 9C 57

RGB Percentages of Color #049c57

%1.62
%63.16
%35.22

CMYK Percentages of Color #049c57

%97
%0
%44
%39

Triadic Colors of #049c57

#049c57 #57049c #9c5704

Analogous Colors of #049c57

#049c57 #04959c #049c0b

Monochromatic Colors of #049c57

#049c57

Complementary Color

#049c57 #9c0449

#049c57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049c57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049c57 Color CSS Codes

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

#049c57 Text Font Color

<p style="color:#049c57">Text here</p>

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


#049c57 Background Color

<div style="background-color:#049c57">
Div content here</div>

This div background color is #049c57


#049c57 Border Color

<div style="border:3px solid #049c57">
Div here</div>

This div border color is #049c57


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,156,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #049c57; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #049c57;
  -webkit-box-shadow: 1px 1px 3px 2px #049c57;
  box-shadow:         1px 1px 3px 2px #049c57; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049c57


Comments

No comments written yet.

Please login to write comment.