Color Hex Logo

#c8b915 Color Hex

#C8B915
(200,185,21)
0 Favorites   0 Comments

Color spaces of #c8b915

RGB 20018521
HSL0.150.810.43
HSV55°90°78°
CMYK 0.000.080.90   0.22
XYZ41.303747.03147.6105
Yxy47.03140.43050.4902
Hunter Lab68.5794-12.507941.4260
CIE-Lab74.2098-10.113973.1493

#c8b915 color RGB value is (200,185,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111001 00010101
Octal 310 271 25
Decimal 200 185 21
Hex C8 B9 15

RGB Percentages of Color #c8b915

%49.26
%45.57
%5.17

CMYK Percentages of Color #c8b915

%0
%8
%90
%22

Triadic Colors of #c8b915

#c8b915 #15c8b9 #b915c8

Analogous Colors of #c8b915

#c8b915 #7ec815 #c85f15

Monochromatic Colors of #c8b915

#c8b915

Complementary Color

#c8b915 #1524c8

#c8b915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b915 Color CSS Codes

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

#c8b915 Text Font Color

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

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


#c8b915 Background Color

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

This div background color is #c8b915


#c8b915 Border Color

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

This div border color is #c8b915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b915


Comments

No comments written yet.

Please login to write comment.