Color Hex Logo

#c6c26e Color Hex

#C6C26E
(198,194,110)
0 Favorites   0 Comments

Color spaces of #c6c26e

RGB 198194110
HSL0.160.440.60
HSV57°44°78°
CMYK 0.000.020.44   0.22
XYZ45.395051.715122.3413
Yxy51.71510.38000.4329
Hunter Lab71.9132-13.170531.9196
CIE-Lab77.1102-10.502242.5717

#c6c26e color RGB value is (198,194,110).

#c6c26e hex color red value is 198, green value is 194 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c6c26e hue: 0.16 , saturation: 0.44 and the lightness value of c6c26e is 0.60.

The process color (four color CMYK) of #c6c26e color hex is 0.00, 0.02, 0.44, 0.22. Web safe color of #c6c26e is #cccc66. Color #c6c26e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11000010 01101110
Octal 306 302 156
Decimal 198 194 110
Hex C6 C2 6E

RGB Percentages of Color #c6c26e

%39.44
%38.65
%21.91

CMYK Percentages of Color #c6c26e

%0
%2
%44
%22

Triadic Colors of #c6c26e

#c6c26e #6ec6c2 #c26ec6

Analogous Colors of #c6c26e

#c6c26e #9ec66e #c6966e

Monochromatic Colors of #c6c26e

#c6c26e

Complementary Color

#c6c26e #6e72c6

#c6c26e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6c26e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6c26e Color CSS Codes

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

#c6c26e Text Font Color

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

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


#c6c26e Background Color

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

This div background color is #c6c26e


#c6c26e Border Color

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

This div border color is #c6c26e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,194,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6c26e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6c26e;
  -webkit-box-shadow: 1px 1px 3px 2px #c6c26e;
  box-shadow:         1px 1px 3px 2px #c6c26e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6c26e


Comments

No comments written yet.

Please login to write comment.