Color Hex Logo

#cbac1c Color Hex

#CBAC1C
(203,172,28)
0 Favorites   0 Comments

Color spaces of #cbac1c

RGB 20317228
HSL0.140.760.45
HSV49°86°80°
CMYK 0.000.150.86   0.20
XYZ39.590742.28547.1739
Yxy42.28540.44460.4749
Hunter Lab65.0272-5.121038.9781
CIE-Lab71.0672-1.877969.3376

#cbac1c color RGB value is (203,172,28).

#cbac1c hex color red value is 203, green value is 172 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cbac1c hue: 0.14 , saturation: 0.76 and the lightness value of cbac1c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 00011100
Octal 313 254 34
Decimal 203 172 28
Hex CB AC 1C

RGB Percentages of Color #cbac1c

%50.37
%42.68
%6.95

CMYK Percentages of Color #cbac1c

%0
%15
%86
%20

Triadic Colors of #cbac1c

#cbac1c #1ccbac #ac1ccb

Analogous Colors of #cbac1c

#cbac1c #93cb1c #cb551c

Monochromatic Colors of #cbac1c

#cbac1c

Complementary Color

#cbac1c #1c3bcb

#cbac1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbac1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbac1c Color CSS Codes

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

#cbac1c Text Font Color

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

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


#cbac1c Background Color

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

This div background color is #cbac1c


#cbac1c Border Color

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

This div border color is #cbac1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbac1c


Comments

No comments written yet.

Please login to write comment.