Color Hex Logo

#cbb56c Color Hex

#CBB56C
(203,181,108)
0 Favorites   0 Comments

Color spaces of #cbb56c

RGB 203181108
HSL0.130.480.61
HSV46°47°80°
CMYK 0.000.110.47   0.20
XYZ43.859246.827020.9142
Yxy46.82700.39300.4196
Hunter Lab68.4303-5.346429.7805
CIE-Lab74.0790-1.894939.9127

#cbb56c color RGB value is (203,181,108).

#cbb56c hex color red value is 203, green value is 181 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cbb56c hue: 0.13 , saturation: 0.48 and the lightness value of cbb56c is 0.61.

The process color (four color CMYK) of #cbb56c color hex is 0.00, 0.11, 0.47, 0.20. Web safe color of #cbb56c is #cccc66. Color #cbb56c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 01101100
Octal 313 265 154
Decimal 203 181 108
Hex CB B5 6C

RGB Percentages of Color #cbb56c

%41.26
%36.79
%21.95

CMYK Percentages of Color #cbb56c

%0
%11
%47
%20

Triadic Colors of #cbb56c

#cbb56c #6ccbb5 #b56ccb

Analogous Colors of #cbb56c

#cbb56c #b2cb6c #cb866c

Monochromatic Colors of #cbb56c

#cbb56c

Complementary Color

#cbb56c #6c82cb

#cbb56c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb56c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb56c Color CSS Codes

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

#cbb56c Text Font Color

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

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


#cbb56c Background Color

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

This div background color is #cbb56c


#cbb56c Border Color

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

This div border color is #cbb56c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb56c


Comments

No comments written yet.

Please login to write comment.