Color Hex Logo

#c3ba6e Color Hex

#C3BA6E
(195,186,110)
0 Favorites   0 Comments

Color spaces of #c3ba6e

RGB 195186110
HSL0.150.410.60
HSV54°44°76°
CMYK 0.000.050.44   0.24
XYZ42.879147.845721.7270
Yxy47.84570.38130.4255
Hunter Lab69.1706-10.395729.7960
CIE-Lab74.7275-7.590039.5549

#c3ba6e color RGB value is (195,186,110).

#c3ba6e hex color red value is 195, green value is 186 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c3ba6e hue: 0.15 , saturation: 0.41 and the lightness value of c3ba6e is 0.60.

The process color (four color CMYK) of #c3ba6e color hex is 0.00, 0.05, 0.44, 0.24. Web safe color of #c3ba6e is #cccc66. Color #c3ba6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111010 01101110
Octal 303 272 156
Decimal 195 186 110
Hex C3 BA 6E

RGB Percentages of Color #c3ba6e

%39.71
%37.88
%22.40

CMYK Percentages of Color #c3ba6e

%0
%5
%44
%24

Triadic Colors of #c3ba6e

#c3ba6e #6ec3ba #ba6ec3

Analogous Colors of #c3ba6e

#c3ba6e #a2c36e #c3906e

Monochromatic Colors of #c3ba6e

#c3ba6e

Complementary Color

#c3ba6e #6e77c3

#c3ba6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ba6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ba6e Color CSS Codes

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

#c3ba6e Text Font Color

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

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


#c3ba6e Background Color

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

This div background color is #c3ba6e


#c3ba6e Border Color

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

This div border color is #c3ba6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ba6e


Comments

No comments written yet.

Please login to write comment.