Color Hex Logo

#c1b03f Color Hex

#C1B03F
(193,176,63)
0 Favorites   0 Comments

Color spaces of #c1b03f

RGB 19317663
HSL0.140.510.50
HSV52°67°76°
CMYK 0.000.090.67   0.24
XYZ38.414942.747010.9289
Yxy42.74700.41710.4642
Hunter Lab65.3812-9.538935.8561
CIE-Lab71.3829-6.972457.7132

#c1b03f color RGB value is (193,176,63).

#c1b03f hex color red value is 193, green value is 176 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c1b03f hue: 0.14 , saturation: 0.51 and the lightness value of c1b03f is 0.50.

The process color (four color CMYK) of #c1b03f color hex is 0.00, 0.09, 0.67, 0.24. Web safe color of #c1b03f is #cc9933. Color #c1b03f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10110000 00111111
Octal 301 260 77
Decimal 193 176 63
Hex C1 B0 3F

RGB Percentages of Color #c1b03f

%44.68
%40.74
%14.58

CMYK Percentages of Color #c1b03f

%0
%9
%67
%24

Triadic Colors of #c1b03f

#c1b03f #3fc1b0 #b03fc1

Analogous Colors of #c1b03f

#c1b03f #91c13f #c16f3f

Monochromatic Colors of #c1b03f

#c1b03f

Complementary Color

#c1b03f #3f50c1

#c1b03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1b03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1b03f Color CSS Codes

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

#c1b03f Text Font Color

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

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


#c1b03f Background Color

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

This div background color is #c1b03f


#c1b03f Border Color

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

This div border color is #c1b03f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,176,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1b03f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1b03f;
  -webkit-box-shadow: 1px 1px 3px 2px #c1b03f;
  box-shadow:         1px 1px 3px 2px #c1b03f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,176,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1b03f


Comments

No comments written yet.

Please login to write comment.