Color Hex Logo

#069408 Color Hex

#069408
(6,148,8)
0 Favorites   0 Comments

Color spaces of #069408

RGB 61488
HSL0.340.920.30
HSV121°96°58°
CMYK 0.960.000.95   0.42
XYZ10.708821.23613.7643
Yxy21.23610.29990.5947
Hunter Lab46.0826-39.164327.4147
CIE-Lab53.2069-56.813054.1687

#069408 color RGB value is (6,148,8).

#069408 hex color red value is 6, green value is 148 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #069408 hue: 0.34 , saturation: 0.92 and the lightness value of 069408 is 0.30.

The process color (four color CMYK) of #069408 color hex is 0.96, 0.00, 0.95, 0.42. Web safe color of #069408 is #009900. Color #069408 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010100 00001000
Octal 6 224 10
Decimal 6 148 8
Hex 6 94 8

RGB Percentages of Color #069408

%3.70
%91.36
%4.94

CMYK Percentages of Color #069408

%96
%0
%95
%42

Triadic Colors of #069408

#069408 #080694 #940806

Analogous Colors of #069408

#069408 #06944f #4b9406

Monochromatic Colors of #069408

#069408

Complementary Color

#069408 #940692

#069408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069408 Color CSS Codes

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

#069408 Text Font Color

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

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


#069408 Background Color

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

This div background color is #069408


#069408 Border Color

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

This div border color is #069408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069408


Comments

No comments written yet.

Please login to write comment.