Color Hex Logo

#cbb985 Color Hex

#CBB985
(203,185,133)
0 Favorites   0 Comments

Color spaces of #cbb985

RGB 203185133
HSL0.120.400.66
HSV45°34°80°
CMYK 0.000.090.34   0.20
XYZ46.211249.087929.2296
Yxy49.08790.37110.3942
Hunter Lab70.0628-4.876824.3086
CIE-Lab75.5060-1.259028.7507

#cbb985 color RGB value is (203,185,133).

#cbb985 hex color red value is 203, green value is 185 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cbb985 hue: 0.12 , saturation: 0.40 and the lightness value of cbb985 is 0.66.

The process color (four color CMYK) of #cbb985 color hex is 0.00, 0.09, 0.34, 0.20. Web safe color of #cbb985 is #cccc99. Color #cbb985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 10000101
Octal 313 271 205
Decimal 203 185 133
Hex CB B9 85

RGB Percentages of Color #cbb985

%38.96
%35.51
%25.53

CMYK Percentages of Color #cbb985

%0
%9
%34
%20

Triadic Colors of #cbb985

#cbb985 #85cbb9 #b985cb

Analogous Colors of #cbb985

#cbb985 #bacb85 #cb9685

Monochromatic Colors of #cbb985

#cbb985

Complementary Color

#cbb985 #8597cb

#cbb985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb985 Color CSS Codes

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

#cbb985 Text Font Color

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

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


#cbb985 Background Color

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

This div background color is #cbb985


#cbb985 Border Color

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

This div border color is #cbb985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb985


Comments

No comments written yet.

Please login to write comment.