Color Hex Logo

#c6ba7e Color Hex

#C6BA7E
(198,186,126)
0 Favorites   0 Comments

Color spaces of #c6ba7e

RGB 198186126
HSL0.140.390.64
HSV50°36°78°
CMYK 0.000.060.36   0.22
XYZ44.613548.629926.7738
Yxy48.62990.37170.4052
Hunter Lab69.7351-7.840026.0511
CIE-Lab75.2205-4.612831.9780

#c6ba7e color RGB value is (198,186,126).

#c6ba7e hex color red value is 198, green value is 186 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c6ba7e hue: 0.14 , saturation: 0.39 and the lightness value of c6ba7e is 0.64.

The process color (four color CMYK) of #c6ba7e color hex is 0.00, 0.06, 0.36, 0.22. Web safe color of #c6ba7e is #cccc66. Color #c6ba7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111010 01111110
Octal 306 272 176
Decimal 198 186 126
Hex C6 BA 7E

RGB Percentages of Color #c6ba7e

%38.82
%36.47
%24.71

CMYK Percentages of Color #c6ba7e

%0
%6
%36
%22

Triadic Colors of #c6ba7e

#c6ba7e #7ec6ba #ba7ec6

Analogous Colors of #c6ba7e

#c6ba7e #aec67e #c6967e

Monochromatic Colors of #c6ba7e

#c6ba7e

Complementary Color

#c6ba7e #7e8ac6

#c6ba7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ba7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ba7e Color CSS Codes

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

#c6ba7e Text Font Color

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

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


#c6ba7e Background Color

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

This div background color is #c6ba7e


#c6ba7e Border Color

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

This div border color is #c6ba7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ba7e


Comments

No comments written yet.

Please login to write comment.