Color Hex Logo

#cba543 Color Hex

#CBA543
(203,165,67)
0 Favorites   0 Comments

Color spaces of #cba543

RGB 20316567
HSL0.120.570.53
HSV43°67°80°
CMYK 0.000.190.67   0.20
XYZ39.096940.012010.9727
Yxy40.01200.43400.4442
Hunter Lab63.2550-0.368433.9936
CIE-Lab69.47813.413054.3050

#cba543 color RGB value is (203,165,67).

#cba543 hex color red value is 203, green value is 165 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #cba543 hue: 0.12 , saturation: 0.57 and the lightness value of cba543 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100101 01000011
Octal 313 245 103
Decimal 203 165 67
Hex CB A5 43

RGB Percentages of Color #cba543

%46.67
%37.93
%15.40

CMYK Percentages of Color #cba543

%0
%19
%67
%20

Triadic Colors of #cba543

#cba543 #43cba5 #a543cb

Analogous Colors of #cba543

#cba543 #adcb43 #cb6143

Monochromatic Colors of #cba543

#cba543

Complementary Color

#cba543 #4369cb

#cba543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba543 Color CSS Codes

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

#cba543 Text Font Color

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

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


#cba543 Background Color

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

This div background color is #cba543


#cba543 Border Color

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

This div border color is #cba543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba543


Comments

No comments written yet.

Please login to write comment.