Color Hex Logo

#c0b43e Color Hex

#C0B43E
(192,180,62)
0 Favorites   0 Comments

Color spaces of #c0b43e

RGB 19218062
HSL0.150.510.50
HSV54°68°75°
CMYK 0.000.060.68   0.25
XYZ38.929044.196811.0365
Yxy44.19680.41340.4694
Hunter Lab66.4807-11.817236.6937
CIE-Lab72.3598-9.541459.0935

#c0b43e color RGB value is (192,180,62).

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

The process color (four color CMYK) of #c0b43e color hex is 0.00, 0.06, 0.68, 0.25. Web safe color of #c0b43e is #cccc33. Color #c0b43e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110100 00111110
Octal 300 264 76
Decimal 192 180 62
Hex C0 B4 3E

RGB Percentages of Color #c0b43e

%44.24
%41.47
%14.29

CMYK Percentages of Color #c0b43e

%0
%6
%68
%25

Triadic Colors of #c0b43e

#c0b43e #3ec0b4 #b43ec0

Analogous Colors of #c0b43e

#c0b43e #8bc03e #c0733e

Monochromatic Colors of #c0b43e

#c0b43e

Complementary Color

#c0b43e #3e4ac0

#c0b43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b43e Color CSS Codes

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

#c0b43e Text Font Color

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

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


#c0b43e Background Color

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

This div background color is #c0b43e


#c0b43e Border Color

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

This div border color is #c0b43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b43e


Comments

No comments written yet.

Please login to write comment.