Color Hex Logo

#426005 Color Hex

#426005
(66,96,5)
0 Favorites   0 Comments

Color spaces of #426005

RGB 66965
HSL0.220.900.20
HSV80°95°38°
CMYK 0.310.000.95   0.62
XYZ6.45709.53501.6437
Yxy9.53500.36610.5407
Hunter Lab30.8788-16.712118.4591
CIE-Lab36.9946-24.407441.9407

#426005 color RGB value is (66,96,5).

#426005 hex color red value is 66, green value is 96 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #426005 hue: 0.22 , saturation: 0.90 and the lightness value of 426005 is 0.20.

The process color (four color CMYK) of #426005 color hex is 0.31, 0.00, 0.95, 0.62. Web safe color of #426005 is #336600. Color #426005 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100000 00000101
Octal 102 140 5
Decimal 66 96 5
Hex 42 60 5

RGB Percentages of Color #426005

%39.52
%57.49
%2.99

CMYK Percentages of Color #426005

%31
%0
%95
%62

Triadic Colors of #426005

#426005 #054260 #600542

Analogous Colors of #426005

#426005 #156005 #605005

Monochromatic Colors of #426005

#426005

Complementary Color

#426005 #230560

#426005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426005 Color CSS Codes

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

#426005 Text Font Color

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

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


#426005 Background Color

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

This div background color is #426005


#426005 Border Color

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

This div border color is #426005


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,96,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426005; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426005;
  -webkit-box-shadow: 1px 1px 3px 2px #426005;
  box-shadow:         1px 1px 3px 2px #426005; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426005


Comments

No comments written yet.

Please login to write comment.