Color Hex Logo

#cbac2c Color Hex

#CBAC2C
(203,172,44)
0 Favorites   0 Comments

Color spaces of #cbac2c

RGB 20317244
HSL0.130.640.48
HSV48°78°80°
CMYK 0.000.150.78   0.20
XYZ39.835742.38348.4641
Yxy42.38340.43930.4674
Hunter Lab65.1025-4.706837.8634
CIE-Lab71.1345-1.398964.8753

#cbac2c color RGB value is (203,172,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 00101100
Octal 313 254 54
Decimal 203 172 44
Hex CB AC 2C

RGB Percentages of Color #cbac2c

%48.45
%41.05
%10.50

CMYK Percentages of Color #cbac2c

%0
%15
%78
%20

Triadic Colors of #cbac2c

#cbac2c #2ccbac #ac2ccb

Analogous Colors of #cbac2c

#cbac2c #9bcb2c #cb5d2c

Monochromatic Colors of #cbac2c

#cbac2c

Complementary Color

#cbac2c #2c4bcb

#cbac2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbac2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbac2c Color CSS Codes

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

#cbac2c Text Font Color

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

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


#cbac2c Background Color

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

This div background color is #cbac2c


#cbac2c Border Color

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

This div border color is #cbac2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbac2c


Comments

No comments written yet.

Please login to write comment.