Color Hex Logo

#02690a Color Hex

#02690A
(2,105,10)
0 Favorites   0 Comments

Color spaces of #02690a

RGB 210510
HSL0.350.960.21
HSV125°98°41°
CMYK 0.980.000.90   0.59
XYZ5.131410.13801.9735
Yxy10.13800.29760.5880
Hunter Lab31.8402-26.953218.6133
CIE-Lab38.0890-44.167940.7210

#02690a color RGB value is (2,105,10).

#02690a hex color red value is 2, green value is 105 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #02690a hue: 0.35 , saturation: 0.96 and the lightness value of 02690a is 0.21.

The process color (four color CMYK) of #02690a color hex is 0.98, 0.00, 0.90, 0.59. Web safe color of #02690a is #006600. Color #02690a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01101001 00001010
Octal 2 151 12
Decimal 2 105 10
Hex 2 69 A

RGB Percentages of Color #02690a

%1.71
%89.74
%8.55

CMYK Percentages of Color #02690a

%98
%0
%90
%59

Triadic Colors of #02690a

#02690a #0a0269 #690a02

Analogous Colors of #02690a

#02690a #02693e #2e6902

Monochromatic Colors of #02690a

#02690a

Complementary Color

#02690a #690261

#02690a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02690a Color Preview on White Background

Lorem ipsum dolor sit amet.

#02690a Color CSS Codes

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

#02690a Text Font Color

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

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


#02690a Background Color

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

This div background color is #02690a


#02690a Border Color

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

This div border color is #02690a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,105,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02690a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02690a;
  -webkit-box-shadow: 1px 1px 3px 2px #02690a;
  box-shadow:         1px 1px 3px 2px #02690a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02690a


Comments

No comments written yet.

Please login to write comment.