Color Hex Logo

#c8b341 Color Hex

#C8B341
(200,179,65)
0 Favorites   0 Comments

Color spaces of #c8b341

RGB 20017965
HSL0.140.550.52
HSV51°68°78°
CMYK 0.000.110.68   0.22
XYZ40.893744.901211.5125
Yxy44.90120.42030.4614
Hunter Lab67.0084-8.330136.7194
CIE-Lab72.8268-5.409758.5768

#c8b341 color RGB value is (200,179,65).

#c8b341 hex color red value is 200, green value is 179 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #c8b341 hue: 0.14 , saturation: 0.55 and the lightness value of c8b341 is 0.52.

The process color (four color CMYK) of #c8b341 color hex is 0.00, 0.11, 0.68, 0.22. Web safe color of #c8b341 is #cccc33. Color #c8b341 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10110011 01000001
Octal 310 263 101
Decimal 200 179 65
Hex C8 B3 41

RGB Percentages of Color #c8b341

%45.05
%40.32
%14.64

CMYK Percentages of Color #c8b341

%0
%11
%68
%22

Triadic Colors of #c8b341

#c8b341 #41c8b3 #b341c8

Analogous Colors of #c8b341

#c8b341 #9ac841 #c87041

Monochromatic Colors of #c8b341

#c8b341

Complementary Color

#c8b341 #4156c8

#c8b341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b341 Color CSS Codes

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

#c8b341 Text Font Color

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

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


#c8b341 Background Color

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

This div background color is #c8b341


#c8b341 Border Color

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

This div border color is #c8b341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b341


Comments

No comments written yet.

Please login to write comment.