Color Hex Logo

#c3b44f Color Hex

#C3B44F
(195,180,79)
0 Favorites   0 Comments

Color spaces of #c3b44f

RGB 19518079
HSL0.150.490.54
HSV52°59°76°
CMYK 0.000.080.59   0.24
XYZ40.238244.809113.9254
Yxy44.80910.40660.4527
Hunter Lab66.9396-9.845834.5237
CIE-Lab72.7660-7.175452.2792

#c3b44f color RGB value is (195,180,79).

#c3b44f hex color red value is 195, green value is 180 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c3b44f hue: 0.15 , saturation: 0.49 and the lightness value of c3b44f is 0.54.

The process color (four color CMYK) of #c3b44f color hex is 0.00, 0.08, 0.59, 0.24. Web safe color of #c3b44f is #cccc66. Color #c3b44f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10110100 01001111
Octal 303 264 117
Decimal 195 180 79
Hex C3 B4 4F

RGB Percentages of Color #c3b44f

%42.95
%39.65
%17.40

CMYK Percentages of Color #c3b44f

%0
%8
%59
%24

Triadic Colors of #c3b44f

#c3b44f #4fc3b4 #b44fc3

Analogous Colors of #c3b44f

#c3b44f #98c34f #c37a4f

Monochromatic Colors of #c3b44f

#c3b44f

Complementary Color

#c3b44f #4f5ec3

#c3b44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b44f Color CSS Codes

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

#c3b44f Text Font Color

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

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


#c3b44f Background Color

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

This div background color is #c3b44f


#c3b44f Border Color

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

This div border color is #c3b44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b44f


Comments

No comments written yet.

Please login to write comment.