Color Hex Logo

#cba328 Color Hex

#CBA328
(203,163,40)
0 Favorites   0 Comments

Color spaces of #cba328

RGB 20316340
HSL0.130.670.48
HSV45°80°80°
CMYK 0.000.200.80   0.20
XYZ38.108839.04417.5352
Yxy39.04410.45000.4610
Hunter Lab62.4853-0.484936.5898
CIE-Lab68.78323.248864.0656

#cba328 color RGB value is (203,163,40).

#cba328 hex color red value is 203, green value is 163 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cba328 hue: 0.13 , saturation: 0.67 and the lightness value of cba328 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 00101000
Octal 313 243 50
Decimal 203 163 40
Hex CB A3 28

RGB Percentages of Color #cba328

%50.00
%40.15
%9.85

CMYK Percentages of Color #cba328

%0
%20
%80
%20

Triadic Colors of #cba328

#cba328 #28cba3 #a328cb

Analogous Colors of #cba328

#cba328 #a2cb28 #cb5228

Monochromatic Colors of #cba328

#cba328

Complementary Color

#cba328 #2850cb

#cba328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba328 Color CSS Codes

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

#cba328 Text Font Color

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

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


#cba328 Background Color

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

This div background color is #cba328


#cba328 Border Color

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

This div border color is #cba328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba328

#cba328 Color Palettes


Comments

No comments written yet.

Please login to write comment.