Color Hex Logo

#c1b00e Color Hex

#C1B00E
(193,176,14)
0 Favorites   0 Comments

Color spaces of #c1b00e

RGB 19317614
HSL0.150.860.41
HSV54°93°76°
CMYK 0.000.090.93   0.24
XYZ37.596942.41986.6217
Yxy42.41980.43400.4896
Hunter Lab65.1305-10.938339.5634
CIE-Lab71.1594-8.651771.6246

#c1b00e color RGB value is (193,176,14).

#c1b00e hex color red value is 193, green value is 176 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c1b00e hue: 0.15 , saturation: 0.86 and the lightness value of c1b00e is 0.41.

The process color (four color CMYK) of #c1b00e color hex is 0.00, 0.09, 0.93, 0.24. Web safe color of #c1b00e is #cc9900. Color #c1b00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10110000 00001110
Octal 301 260 16
Decimal 193 176 14
Hex C1 B0 E

RGB Percentages of Color #c1b00e

%50.39
%45.95
%3.66

CMYK Percentages of Color #c1b00e

%0
%9
%93
%24

Triadic Colors of #c1b00e

#c1b00e #0ec1b0 #b00ec1

Analogous Colors of #c1b00e

#c1b00e #79c10e #c1560e

Monochromatic Colors of #c1b00e

#c1b00e

Complementary Color

#c1b00e #0e1fc1

#c1b00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1b00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1b00e Color CSS Codes

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

#c1b00e Text Font Color

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

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


#c1b00e Background Color

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

This div background color is #c1b00e


#c1b00e Border Color

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

This div border color is #c1b00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1b00e


Comments

No comments written yet.

Please login to write comment.