Color Hex Logo

#cbb156 Color Hex

#CBB156
(203,177,86)
0 Favorites   0 Comments

Color spaces of #cbb156

RGB 20317786
HSL0.130.530.57
HSV47°58°80°
CMYK 0.000.130.58   0.20
XYZ42.030544.812715.2386
Yxy44.81270.41170.4390
Hunter Lab66.9423-5.075733.3630
CIE-Lab72.7684-1.692249.2105

#cbb156 color RGB value is (203,177,86).

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

The process color (four color CMYK) of #cbb156 color hex is 0.00, 0.13, 0.58, 0.20. Web safe color of #cbb156 is #cc9966. Color #cbb156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 01010110
Octal 313 261 126
Decimal 203 177 86
Hex CB B1 56

RGB Percentages of Color #cbb156

%43.56
%37.98
%18.45

CMYK Percentages of Color #cbb156

%0
%13
%58
%20

Triadic Colors of #cbb156

#cbb156 #56cbb1 #b156cb

Analogous Colors of #cbb156

#cbb156 #abcb56 #cb7756

Monochromatic Colors of #cbb156

#cbb156

Complementary Color

#cbb156 #5670cb

#cbb156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb156 Color CSS Codes

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

#cbb156 Text Font Color

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

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


#cbb156 Background Color

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

This div background color is #cbb156


#cbb156 Border Color

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

This div border color is #cbb156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb156


Comments

No comments written yet.

Please login to write comment.