Color Hex Logo

#469402 Color Hex

#469402
(70,148,2)
0 Favorites   0 Comments

Color spaces of #469402

RGB 701482
HSL0.260.970.29
HSV92°99°58°
CMYK 0.530.000.99   0.42
XYZ13.126622.48633.7059
Yxy22.48630.33390.5719
Hunter Lab47.4197-33.572628.5602
CIE-Lab54.5392-45.599556.8045

#469402 color RGB value is (70,148,2).

#469402 hex color red value is 70, green value is 148 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #469402 hue: 0.26 , saturation: 0.97 and the lightness value of 469402 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010100 00000010
Octal 106 224 2
Decimal 70 148 2
Hex 46 94 2

RGB Percentages of Color #469402

%31.82
%67.27
%0.91

CMYK Percentages of Color #469402

%53
%0
%99
%42

Triadic Colors of #469402

#469402 #024694 #940246

Analogous Colors of #469402

#469402 #029407 #8f9402

Monochromatic Colors of #469402

#469402

Complementary Color

#469402 #500294

#469402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469402 Color CSS Codes

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

#469402 Text Font Color

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

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


#469402 Background Color

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

This div background color is #469402


#469402 Border Color

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

This div border color is #469402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469402


Comments

No comments written yet.

Please login to write comment.