Color Hex Logo

#cbb643 Color Hex

#CBB643
(203,182,67)
0 Favorites   0 Comments

Color spaces of #cbb643

RGB 20318267
HSL0.140.570.53
HSV51°67°80°
CMYK 0.000.100.67   0.20
XYZ42.369746.557712.0636
Yxy46.55770.41950.4610
Hunter Lab68.2332-8.567837.2808
CIE-Lab73.9060-5.573558.9518

#cbb643 color RGB value is (203,182,67).

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

The process color (four color CMYK) of #cbb643 color hex is 0.00, 0.10, 0.67, 0.20. Web safe color of #cbb643 is #cccc33. Color #cbb643 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 01000011
Octal 313 266 103
Decimal 203 182 67
Hex CB B6 43

RGB Percentages of Color #cbb643

%44.91
%40.27
%14.82

CMYK Percentages of Color #cbb643

%0
%10
%67
%20

Triadic Colors of #cbb643

#cbb643 #43cbb6 #b643cb

Analogous Colors of #cbb643

#cbb643 #9ccb43 #cb7243

Monochromatic Colors of #cbb643

#cbb643

Complementary Color

#cbb643 #4358cb

#cbb643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb643 Color CSS Codes

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

#cbb643 Text Font Color

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

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


#cbb643 Background Color

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

This div background color is #cbb643


#cbb643 Border Color

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

This div border color is #cbb643


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,182,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 #cbb643">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb643


Comments

No comments written yet.

Please login to write comment.