Color Hex Logo

#cbac40 Color Hex

#CBAC40
(203,172,64)
0 Favorites   0 Comments

Color spaces of #cbac40

RGB 20317264
HSL0.130.570.52
HSV47°68°80°
CMYK 0.000.150.68   0.20
XYZ40.306542.571710.9433
Yxy42.57170.42960.4538
Hunter Lab65.2470-3.913435.7287
CIE-Lab71.2633-0.485957.4662

#cbac40 color RGB value is (203,172,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 01000000
Octal 313 254 100
Decimal 203 172 64
Hex CB AC 40

RGB Percentages of Color #cbac40

%46.24
%39.18
%14.58

CMYK Percentages of Color #cbac40

%0
%15
%68
%20

Triadic Colors of #cbac40

#cbac40 #40cbac #ac40cb

Analogous Colors of #cbac40

#cbac40 #a5cb40 #cb6740

Monochromatic Colors of #cbac40

#cbac40

Complementary Color

#cbac40 #405fcb

#cbac40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbac40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbac40 Color CSS Codes

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

#cbac40 Text Font Color

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

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


#cbac40 Background Color

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

This div background color is #cbac40


#cbac40 Border Color

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

This div border color is #cbac40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbac40


Comments

No comments written yet.

Please login to write comment.