Color Hex Logo

#c0b324 Color Hex

#C0B324
(192,179,36)
0 Favorites   0 Comments

Color spaces of #c0b324

RGB 19217936
HSL0.150.680.45
HSV55°81°75°
CMYK 0.000.070.81   0.25
XYZ38.176843.57408.0676
Yxy43.57400.42500.4851
Hunter Lab66.0106-12.284338.9612
CIE-Lab71.9428-10.151267.6232

#c0b324 color RGB value is (192,179,36).

#c0b324 hex color red value is 192, green value is 179 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #c0b324 hue: 0.15 , saturation: 0.68 and the lightness value of c0b324 is 0.45.

The process color (four color CMYK) of #c0b324 color hex is 0.00, 0.07, 0.81, 0.25. Web safe color of #c0b324 is #cccc33. Color #c0b324 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110011 00100100
Octal 300 263 44
Decimal 192 179 36
Hex C0 B3 24

RGB Percentages of Color #c0b324

%47.17
%43.98
%8.85

CMYK Percentages of Color #c0b324

%0
%7
%81
%25

Triadic Colors of #c0b324

#c0b324 #24c0b3 #b324c0

Analogous Colors of #c0b324

#c0b324 #7fc024 #c06524

Monochromatic Colors of #c0b324

#c0b324

Complementary Color

#c0b324 #2431c0

#c0b324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b324 Color CSS Codes

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

#c0b324 Text Font Color

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

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


#c0b324 Background Color

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

This div background color is #c0b324


#c0b324 Border Color

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

This div border color is #c0b324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b324


Comments

No comments written yet.

Please login to write comment.