Color Hex Logo

#cbac3a Color Hex

#CBAC3A
(203,172,58)
0 Favorites   0 Comments

Color spaces of #cbac3a

RGB 20317258
HSL0.130.580.51
HSV47°71°80°
CMYK 0.000.150.71   0.20
XYZ40.144842.507010.0918
Yxy42.50700.43290.4583
Hunter Lab65.1974-4.185436.4608
CIE-Lab71.2191-0.798359.8671

#cbac3a color RGB value is (203,172,58).

#cbac3a hex color red value is 203, green value is 172 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cbac3a hue: 0.13 , saturation: 0.58 and the lightness value of cbac3a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 00111010
Octal 313 254 72
Decimal 203 172 58
Hex CB AC 3A

RGB Percentages of Color #cbac3a

%46.88
%39.72
%13.39

CMYK Percentages of Color #cbac3a

%0
%15
%71
%20

Triadic Colors of #cbac3a

#cbac3a #3acbac #ac3acb

Analogous Colors of #cbac3a

#cbac3a #a2cb3a #cb643a

Monochromatic Colors of #cbac3a

#cbac3a

Complementary Color

#cbac3a #3a59cb

#cbac3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbac3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbac3a Color CSS Codes

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

#cbac3a Text Font Color

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

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


#cbac3a Background Color

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

This div background color is #cbac3a


#cbac3a Border Color

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

This div border color is #cbac3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbac3a


Comments

No comments written yet.

Please login to write comment.