Color Hex Logo

#cbb96a Color Hex

#CBB96A
(203,185,106)
0 Favorites   0 Comments

Color spaces of #cbb96a

RGB 203185106
HSL0.140.480.61
HSV49°48°80°
CMYK 0.000.090.48   0.20
XYZ44.579148.435020.6350
Yxy48.43500.39230.4262
Hunter Lab69.5953-7.453931.1372
CIE-Lab75.0985-4.186742.1862

#cbb96a color RGB value is (203,185,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 01101010
Octal 313 271 152
Decimal 203 185 106
Hex CB B9 6A

RGB Percentages of Color #cbb96a

%41.09
%37.45
%21.46

CMYK Percentages of Color #cbb96a

%0
%9
%48
%20

Triadic Colors of #cbb96a

#cbb96a #6acbb9 #b96acb

Analogous Colors of #cbb96a

#cbb96a #adcb6a #cb896a

Monochromatic Colors of #cbb96a

#cbb96a

Complementary Color

#cbb96a #6a7ccb

#cbb96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb96a Color CSS Codes

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

#cbb96a Text Font Color

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

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


#cbb96a Background Color

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

This div background color is #cbb96a


#cbb96a Border Color

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

This div border color is #cbb96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb96a


Comments

No comments written yet.

Please login to write comment.