Color Hex Logo

#049f10 Color Hex

#049F10
(4,159,16)
0 Favorites   0 Comments

Color spaces of #049f10

RGB 415916
HSL0.350.950.32
HSV125°97°62°
CMYK 0.970.000.90   0.38
XYZ12.541724.85954.6276
Yxy24.85950.29840.5915
Hunter Lab49.8593-42.353629.3986
CIE-Lab56.9383-59.837455.9600

#049f10 color RGB value is (4,159,16).

#049f10 hex color red value is 4, green value is 159 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #049f10 hue: 0.35 , saturation: 0.95 and the lightness value of 049f10 is 0.32.

The process color (four color CMYK) of #049f10 color hex is 0.97, 0.00, 0.90, 0.38. Web safe color of #049f10 is #009900. Color #049f10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011111 00010000
Octal 4 237 20
Decimal 4 159 16
Hex 4 9F 10

RGB Percentages of Color #049f10

%2.23
%88.83
%8.94

CMYK Percentages of Color #049f10

%97
%0
%90
%38

Triadic Colors of #049f10

#049f10 #10049f #9f1004

Analogous Colors of #049f10

#049f10 #049f5e #469f04

Monochromatic Colors of #049f10

#049f10

Complementary Color

#049f10 #9f0493

#049f10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049f10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049f10 Color CSS Codes

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

#049f10 Text Font Color

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

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


#049f10 Background Color

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

This div background color is #049f10


#049f10 Border Color

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

This div border color is #049f10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049f10


Comments

No comments written yet.

Please login to write comment.