Color Hex Logo

#cba020 Color Hex

#CBA020
(203,160,32)
0 Favorites   0 Comments

Color spaces of #cba020

RGB 20316032
HSL0.120.730.46
HSV45°84°80°
CMYK 0.000.210.84   0.20
XYZ37.460137.94246.7158
Yxy37.94240.45620.4620
Hunter Lab61.59740.758336.6540
CIE-Lab67.97814.614965.7689

#cba020 color RGB value is (203,160,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100000 00100000
Octal 313 240 40
Decimal 203 160 32
Hex CB A0 20

RGB Percentages of Color #cba020

%51.39
%40.51
%8.10

CMYK Percentages of Color #cba020

%0
%21
%84
%20

Triadic Colors of #cba020

#cba020 #20cba0 #a020cb

Analogous Colors of #cba020

#cba020 #a1cb20 #cb4b20

Monochromatic Colors of #cba020

#cba020

Complementary Color

#cba020 #204bcb

#cba020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba020 Color CSS Codes

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

#cba020 Text Font Color

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

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


#cba020 Background Color

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

This div background color is #cba020


#cba020 Border Color

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

This div border color is #cba020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba020


Comments

No comments written yet.

Please login to write comment.