Color Hex Logo

#c8b913 Color Hex

#C8B913
(200,185,19)
0 Favorites   0 Comments

Color spaces of #c8b913

RGB 20018519
HSL0.150.830.43
HSV55°91°78°
CMYK 0.000.080.91   0.22
XYZ41.285947.02437.5167
Yxy47.02430.43080.4907
Hunter Lab68.5743-12.537141.5030
CIE-Lab74.2053-10.148773.4813

#c8b913 color RGB value is (200,185,19).

#c8b913 hex color red value is 200, green value is 185 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #c8b913 hue: 0.15 , saturation: 0.83 and the lightness value of c8b913 is 0.43.

The process color (four color CMYK) of #c8b913 color hex is 0.00, 0.08, 0.91, 0.22. Web safe color of #c8b913 is #cccc00. Color #c8b913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111001 00010011
Octal 310 271 23
Decimal 200 185 19
Hex C8 B9 13

RGB Percentages of Color #c8b913

%49.50
%45.79
%4.70

CMYK Percentages of Color #c8b913

%0
%8
%91
%22

Triadic Colors of #c8b913

#c8b913 #13c8b9 #b913c8

Analogous Colors of #c8b913

#c8b913 #7dc813 #c85f13

Monochromatic Colors of #c8b913

#c8b913

Complementary Color

#c8b913 #1322c8

#c8b913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b913 Color CSS Codes

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

#c8b913 Text Font Color

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

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


#c8b913 Background Color

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

This div background color is #c8b913


#c8b913 Border Color

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

This div border color is #c8b913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b913


Comments

No comments written yet.

Please login to write comment.