Color Hex Logo

#cbb989 Color Hex

#CBB989
(203,185,137)
0 Favorites   0 Comments

Color spaces of #cbb989

RGB 203185137
HSL0.120.390.67
HSV44°33°80°
CMYK 0.000.090.33   0.20
XYZ46.492949.200630.7131
Yxy49.20060.36780.3892
Hunter Lab70.1431-4.435523.1393
CIE-Lab75.5760-0.763426.7246

#cbb989 color RGB value is (203,185,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 10001001
Octal 313 271 211
Decimal 203 185 137
Hex CB B9 89

RGB Percentages of Color #cbb989

%38.67
%35.24
%26.10

CMYK Percentages of Color #cbb989

%0
%9
%33
%20

Triadic Colors of #cbb989

#cbb989 #89cbb9 #b989cb

Analogous Colors of #cbb989

#cbb989 #bccb89 #cb9889

Monochromatic Colors of #cbb989

#cbb989

Complementary Color

#cbb989 #899bcb

#cbb989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb989 Color CSS Codes

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

#cbb989 Text Font Color

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

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


#cbb989 Background Color

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

This div background color is #cbb989


#cbb989 Border Color

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

This div border color is #cbb989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb989


Comments

No comments written yet.

Please login to write comment.