Color Hex Logo

#c8b306 Color Hex

#C8B306
(200,179,6)
0 Favorites   0 Comments

Color spaces of #c8b306

RGB 2001796
HSL0.150.940.40
HSV54°97°78°
CMYK 0.000.110.97   0.22
XYZ39.972444.53276.6612
Yxy44.53270.43850.4885
Hunter Lab66.7328-9.862440.7947
CIE-Lab72.5831-7.215673.9233

#c8b306 color RGB value is (200,179,6).

#c8b306 hex color red value is 200, green value is 179 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #c8b306 hue: 0.15 , saturation: 0.94 and the lightness value of c8b306 is 0.40.

The process color (four color CMYK) of #c8b306 color hex is 0.00, 0.11, 0.97, 0.22. Web safe color of #c8b306 is #cccc00. Color #c8b306 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10110011 00000110
Octal 310 263 6
Decimal 200 179 6
Hex C8 B3 6

RGB Percentages of Color #c8b306

%51.95
%46.49
%1.56

CMYK Percentages of Color #c8b306

%0
%11
%97
%22

Triadic Colors of #c8b306

#c8b306 #06c8b3 #b306c8

Analogous Colors of #c8b306

#c8b306 #7cc806 #c85206

Monochromatic Colors of #c8b306

#c8b306

Complementary Color

#c8b306 #061bc8

#c8b306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b306 Color CSS Codes

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

#c8b306 Text Font Color

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

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


#c8b306 Background Color

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

This div background color is #c8b306


#c8b306 Border Color

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

This div border color is #c8b306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b306


Comments

No comments written yet.

Please login to write comment.