Color Hex Logo

#6c880e Color Hex

#6C880E
(108,136,14)
0 Favorites   0 Comments

Color spaces of #6c880e

RGB 10813614
HSL0.200.810.29
HSV74°90°53°
CMYK 0.210.000.90   0.47
XYZ15.067820.82823.6415
Yxy20.82820.38110.5268
Hunter Lab45.6379-20.932927.2157
CIE-Lab52.7610-25.775554.1162

#6c880e color RGB value is (108,136,14).

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

The process color (four color CMYK) of #6c880e color hex is 0.21, 0.00, 0.90, 0.47. Web safe color of #6c880e is #669900. Color #6c880e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10001000 00001110
Octal 154 210 16
Decimal 108 136 14
Hex 6C 88 E

RGB Percentages of Color #6c880e

%41.86
%52.71
%5.43

CMYK Percentages of Color #6c880e

%21
%0
%90
%47

Triadic Colors of #6c880e

#6c880e #0e6c88 #880e6c

Analogous Colors of #6c880e

#6c880e #2f880e #88670e

Monochromatic Colors of #6c880e

#6c880e

Complementary Color

#6c880e #2a0e88

#6c880e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c880e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c880e Color CSS Codes

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

#6c880e Text Font Color

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

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


#6c880e Background Color

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

This div background color is #6c880e


#6c880e Border Color

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

This div border color is #6c880e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,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 #6c880e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c880e


Comments

No comments written yet.

Please login to write comment.