Color Hex Logo

#42880e Color Hex

#42880E
(66,136,14)
0 Favorites   0 Comments

Color spaces of #42880e

RGB 6613614
HSL0.260.810.29
HSV94°90°53°
CMYK 0.510.000.90   0.47
XYZ11.130218.79833.4573
Yxy18.79830.33340.5631
Hunter Lab43.3570-30.051925.6221
CIE-Lab50.4504-41.804351.2378

#42880e color RGB value is (66,136,14).

#42880e hex color red value is 66, green value is 136 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #42880e hue: 0.26 , saturation: 0.81 and the lightness value of 42880e is 0.29.

The process color (four color CMYK) of #42880e color hex is 0.51, 0.00, 0.90, 0.47. Web safe color of #42880e is #339900. Color #42880e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 00001110
Octal 102 210 16
Decimal 66 136 14
Hex 42 88 E

RGB Percentages of Color #42880e

%30.56
%62.96
%6.48

CMYK Percentages of Color #42880e

%51
%0
%90
%47

Triadic Colors of #42880e

#42880e #0e4288 #880e42

Analogous Colors of #42880e

#42880e #0e8817 #7f880e

Monochromatic Colors of #42880e

#42880e

Complementary Color

#42880e #540e88

#42880e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42880e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42880e Color CSS Codes

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

#42880e Text Font Color

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

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


#42880e Background Color

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

This div background color is #42880e


#42880e Border Color

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

This div border color is #42880e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,136,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42880e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42880e;
  -webkit-box-shadow: 1px 1px 3px 2px #42880e;
  box-shadow:         1px 1px 3px 2px #42880e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42880e


Comments

No comments written yet.

Please login to write comment.