Color Hex Logo

#cbb689 Color Hex

#CBB689
(203,182,137)
0 Favorites   0 Comments

Color spaces of #cbb689

RGB 203182137
HSL0.110.390.67
HSV41°33°80°
CMYK 0.000.100.33   0.20
XYZ45.871947.958530.5061
Yxy47.95850.36890.3857
Hunter Lab69.2521-2.954522.3587
CIE-Lab74.79870.824825.6799

#cbb689 color RGB value is (203,182,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 10001001
Octal 313 266 211
Decimal 203 182 137
Hex CB B6 89

RGB Percentages of Color #cbb689

%38.89
%34.87
%26.25

CMYK Percentages of Color #cbb689

%0
%10
%33
%20

Triadic Colors of #cbb689

#cbb689 #89cbb6 #b689cb

Analogous Colors of #cbb689

#cbb689 #bfcb89 #cb9589

Monochromatic Colors of #cbb689

#cbb689

Complementary Color

#cbb689 #899ecb

#cbb689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb689 Color CSS Codes

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

#cbb689 Text Font Color

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

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


#cbb689 Background Color

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

This div background color is #cbb689


#cbb689 Border Color

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

This div border color is #cbb689


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,182,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 #cbb689">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb689


Comments

No comments written yet.

Please login to write comment.