Color Hex Logo

#cba037 Color Hex

#CBA037
(203,160,55)
0 Favorites   0 Comments

Color spaces of #cba037

RGB 20316055
HSL0.120.590.51
HSV43°73°80°
CMYK 0.000.210.73   0.20
XYZ37.889038.11408.9742
Yxy38.11400.44590.4485
Hunter Lab61.73651.510234.5970
CIE-Lab68.10465.463857.9699

#cba037 color RGB value is (203,160,55).

#cba037 hex color red value is 203, green value is 160 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #cba037 hue: 0.12 , saturation: 0.59 and the lightness value of cba037 is 0.51.

The process color (four color CMYK) of #cba037 color hex is 0.00, 0.21, 0.73, 0.20. Web safe color of #cba037 is #cc9933. Color #cba037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100000 00110111
Octal 313 240 67
Decimal 203 160 55
Hex CB A0 37

RGB Percentages of Color #cba037

%48.56
%38.28
%13.16

CMYK Percentages of Color #cba037

%0
%21
%73
%20

Triadic Colors of #cba037

#cba037 #37cba0 #a037cb

Analogous Colors of #cba037

#cba037 #accb37 #cb5637

Monochromatic Colors of #cba037

#cba037

Complementary Color

#cba037 #3762cb

#cba037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba037 Color CSS Codes

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

#cba037 Text Font Color

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

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


#cba037 Background Color

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

This div background color is #cba037


#cba037 Border Color

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

This div border color is #cba037


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,160,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cba037; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cba037;
  -webkit-box-shadow: 1px 1px 3px 2px #cba037;
  box-shadow:         1px 1px 3px 2px #cba037; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,160,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba037


Comments

No comments written yet.

Please login to write comment.