Color Hex Logo

#cbb056 Color Hex

#CBB056
(203,176,86)
0 Favorites   0 Comments

Color spaces of #cbb056

RGB 20317686
HSL0.130.530.57
HSV46°58°80°
CMYK 0.000.130.58   0.20
XYZ41.833744.419115.1730
Yxy44.41910.41250.4379
Hunter Lab66.6477-4.591733.1554
CIE-Lab72.5077-1.164248.9103

#cbb056 color RGB value is (203,176,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 01010110
Octal 313 260 126
Decimal 203 176 86
Hex CB B0 56

RGB Percentages of Color #cbb056

%43.66
%37.85
%18.49

CMYK Percentages of Color #cbb056

%0
%13
%58
%20

Triadic Colors of #cbb056

#cbb056 #56cbb0 #b056cb

Analogous Colors of #cbb056

#cbb056 #accb56 #cb7656

Monochromatic Colors of #cbb056

#cbb056

Complementary Color

#cbb056 #5671cb

#cbb056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb056 Color CSS Codes

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

#cbb056 Text Font Color

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

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


#cbb056 Background Color

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

This div background color is #cbb056


#cbb056 Border Color

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

This div border color is #cbb056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb056


Comments

No comments written yet.

Please login to write comment.