Color Hex Logo

#c8b61c Color Hex

#C8B61C
(200,182,28)
0 Favorites   0 Comments

Color spaces of #c8b61c

RGB 20018228
HSL0.150.750.45
HSV54°86°78°
CMYK 0.000.090.86   0.22
XYZ40.757045.81917.7945
Yxy45.81910.43190.4855
Hunter Lab67.6898-10.979840.5556
CIE-Lab73.4280-8.422271.1426

#c8b61c color RGB value is (200,182,28).

#c8b61c hex color red value is 200, green value is 182 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #c8b61c hue: 0.15 , saturation: 0.75 and the lightness value of c8b61c is 0.45.

The process color (four color CMYK) of #c8b61c color hex is 0.00, 0.09, 0.86, 0.22. Web safe color of #c8b61c is #cccc33. Color #c8b61c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10110110 00011100
Octal 310 266 34
Decimal 200 182 28
Hex C8 B6 1C

RGB Percentages of Color #c8b61c

%48.78
%44.39
%6.83

CMYK Percentages of Color #c8b61c

%0
%9
%86
%22

Triadic Colors of #c8b61c

#c8b61c #1cc8b6 #b61cc8

Analogous Colors of #c8b61c

#c8b61c #84c81c #c8601c

Monochromatic Colors of #c8b61c

#c8b61c

Complementary Color

#c8b61c #1c2ec8

#c8b61c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b61c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b61c Color CSS Codes

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

#c8b61c Text Font Color

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

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


#c8b61c Background Color

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

This div background color is #c8b61c


#c8b61c Border Color

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

This div border color is #c8b61c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,182,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8b61c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8b61c;
  -webkit-box-shadow: 1px 1px 3px 2px #c8b61c;
  box-shadow:         1px 1px 3px 2px #c8b61c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,182,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b61c


Comments

No comments written yet.

Please login to write comment.