color codes Logo

#c3ba5f color codes

#C3BA5F
(195,186,95)
0 Favorites   0 Comments

Color spaces of #c3ba5f

RGB 19518695
HSL0.150.450.57
HSV55°51°76°
CMYK 0.000.050.51   0.24
XYZ42.130147.546117.7833
Yxy47.54610.39210.4425
Hunter Lab68.9537-11.607032.9766
CIE-Lab74.5377-9.018046.7759

#c3ba5f color RGB value is (195,186,95).

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

The process color (four color CMYK) of #c3ba5f color code is 0.00, 0.05, 0.51, 0.24. Web safe color of #c3ba5f is #cccc66. Color #c3ba5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111010 01011111
Octal 303 272 137
Decimal 195 186 95
Hex C3 BA 5F

RGB Percentages of Color #c3ba5f

%40.97
%39.08
%19.96

CMYK Percentages of Color #c3ba5f

%0
%5
%51
%24

Triadic Colors of #c3ba5f

#c3ba5f #5fc3ba #ba5fc3

Analogous Colors of #c3ba5f

#c3ba5f #9ac35f #c3885f

Monochromatic Colors of #c3ba5f

#c3ba5f

Complementary Color

#c3ba5f #5f68c3

#c3ba5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ba5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ba5f Color CSS Codes

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

#c3ba5f Text Font Color

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

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


#c3ba5f Background Color

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

This div background color is #c3ba5f


#c3ba5f Border Color

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

This div border color is #c3ba5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ba5f


Comments

No comments written yet.

Please login to write comment.