Color Hex Logo

#c0b942 Color Hex

#C0B942
(192,185,66)
0 Favorites   0 Comments

Color spaces of #c0b942

RGB 19218566
HSL0.160.500.51
HSV57°66°75°
CMYK 0.000.040.66   0.25
XYZ40.070646.297711.9787
Yxy46.29770.40740.4708
Hunter Lab68.0424-13.954537.1918
CIE-Lab73.7383-11.888358.8886

#c0b942 color RGB value is (192,185,66).

#c0b942 hex color red value is 192, green value is 185 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c0b942 hue: 0.16 , saturation: 0.50 and the lightness value of c0b942 is 0.51.

The process color (four color CMYK) of #c0b942 color hex is 0.00, 0.04, 0.66, 0.25. Web safe color of #c0b942 is #cccc33. Color #c0b942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111001 01000010
Octal 300 271 102
Decimal 192 185 66
Hex C0 B9 42

RGB Percentages of Color #c0b942

%43.34
%41.76
%14.90

CMYK Percentages of Color #c0b942

%0
%4
%66
%25

Triadic Colors of #c0b942

#c0b942 #42c0b9 #b942c0

Analogous Colors of #c0b942

#c0b942 #88c042 #c07a42

Monochromatic Colors of #c0b942

#c0b942

Complementary Color

#c0b942 #4249c0

#c0b942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b942 Color CSS Codes

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

#c0b942 Text Font Color

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

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


#c0b942 Background Color

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

This div background color is #c0b942


#c0b942 Border Color

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

This div border color is #c0b942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b942


Comments

No comments written yet.

Please login to write comment.