Color Hex Logo

#469412 Color Hex

#469412
(70,148,18)
0 Favorites   0 Comments

Color spaces of #469412

RGB 7014818
HSL0.270.780.33
HSV96°88°58°
CMYK 0.530.000.88   0.42
XYZ13.224922.52564.2231
Yxy22.52560.33080.5635
Hunter Lab47.4611-33.318527.9472
CIE-Lab54.5803-45.133053.9904

#469412 color RGB value is (70,148,18).

#469412 hex color red value is 70, green value is 148 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #469412 hue: 0.27 , saturation: 0.78 and the lightness value of 469412 is 0.33.

The process color (four color CMYK) of #469412 color hex is 0.53, 0.00, 0.88, 0.42. Web safe color of #469412 is #339900. Color #469412 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010100 00010010
Octal 106 224 22
Decimal 70 148 18
Hex 46 94 12

RGB Percentages of Color #469412

%29.66
%62.71
%7.63

CMYK Percentages of Color #469412

%53
%0
%88
%42

Triadic Colors of #469412

#469412 #124694 #941246

Analogous Colors of #469412

#469412 #12941f #879412

Monochromatic Colors of #469412

#469412

Complementary Color

#469412 #601294

#469412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469412 Color CSS Codes

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

#469412 Text Font Color

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

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


#469412 Background Color

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

This div background color is #469412


#469412 Border Color

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

This div border color is #469412


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,148,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #469412; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #469412;
  -webkit-box-shadow: 1px 1px 3px 2px #469412;
  box-shadow:         1px 1px 3px 2px #469412; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469412


Comments

No comments written yet.

Please login to write comment.