Color Hex Logo

#c2b50d Color Hex

#C2B50D
(194,181,13)
0 Favorites   0 Comments

Color spaces of #c2b50d

RGB 19418113
HSL0.150.870.41
HSV56°93°76°
CMYK 0.000.070.93   0.24
XYZ38.844744.54616.9317
Yxy44.54610.43010.4932
Hunter Lab66.7429-12.912140.5623
CIE-Lab72.5920-10.810472.8860

#c2b50d color RGB value is (194,181,13).

#c2b50d hex color red value is 194, green value is 181 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c2b50d hue: 0.15 , saturation: 0.87 and the lightness value of c2b50d is 0.41.

The process color (four color CMYK) of #c2b50d color hex is 0.00, 0.07, 0.93, 0.24. Web safe color of #c2b50d is #cccc00. Color #c2b50d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10110101 00001101
Octal 302 265 15
Decimal 194 181 13
Hex C2 B5 D

RGB Percentages of Color #c2b50d

%50.00
%46.65
%3.35

CMYK Percentages of Color #c2b50d

%0
%7
%93
%24

Triadic Colors of #c2b50d

#c2b50d #0dc2b5 #b50dc2

Analogous Colors of #c2b50d

#c2b50d #75c20d #c25b0d

Monochromatic Colors of #c2b50d

#c2b50d

Complementary Color

#c2b50d #0d1ac2

#c2b50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b50d Color CSS Codes

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

#c2b50d Text Font Color

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

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


#c2b50d Background Color

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

This div background color is #c2b50d


#c2b50d Border Color

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

This div border color is #c2b50d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,181,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2b50d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2b50d;
  -webkit-box-shadow: 1px 1px 3px 2px #c2b50d;
  box-shadow:         1px 1px 3px 2px #c2b50d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,181,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b50d


Comments

No comments written yet.

Please login to write comment.