Color Hex Logo

#cbb96b Color Hex

#CBB96B
(203,185,107)
0 Favorites   0 Comments

Color spaces of #cbb96b

RGB 203185107
HSL0.140.480.61
HSV49°47°80°
CMYK 0.000.090.47   0.20
XYZ44.631448.456020.9105
Yxy48.45600.39150.4251
Hunter Lab69.6103-7.371030.9169
CIE-Lab75.1116-4.091641.6999

#cbb96b color RGB value is (203,185,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 01101011
Octal 313 271 153
Decimal 203 185 107
Hex CB B9 6B

RGB Percentages of Color #cbb96b

%41.01
%37.37
%21.62

CMYK Percentages of Color #cbb96b

%0
%9
%47
%20

Triadic Colors of #cbb96b

#cbb96b #6bcbb9 #b96bcb

Analogous Colors of #cbb96b

#cbb96b #adcb6b #cb896b

Monochromatic Colors of #cbb96b

#cbb96b

Complementary Color

#cbb96b #6b7dcb

#cbb96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb96b Color CSS Codes

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

#cbb96b Text Font Color

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

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


#cbb96b Background Color

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

This div background color is #cbb96b


#cbb96b Border Color

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

This div border color is #cbb96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb96b


Comments

No comments written yet.

Please login to write comment.