Color Hex Logo

#cbb687 Color Hex

#CBB687
(203,182,135)
0 Favorites   0 Comments

Color spaces of #cbb687

RGB 203182135
HSL0.120.400.66
HSV41°33°80°
CMYK 0.000.100.33   0.20
XYZ45.729747.901729.7574
Yxy47.90170.37060.3882
Hunter Lab69.2111-3.179322.9559
CIE-Lab74.76290.573626.6976

#cbb687 color RGB value is (203,182,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 10000111
Octal 313 266 207
Decimal 203 182 135
Hex CB B6 87

RGB Percentages of Color #cbb687

%39.04
%35.00
%25.96

CMYK Percentages of Color #cbb687

%0
%10
%33
%20

Triadic Colors of #cbb687

#cbb687 #87cbb6 #b687cb

Analogous Colors of #cbb687

#cbb687 #becb87 #cb9487

Monochromatic Colors of #cbb687

#cbb687

Complementary Color

#cbb687 #879ccb

#cbb687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb687 Color CSS Codes

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

#cbb687 Text Font Color

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

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


#cbb687 Background Color

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

This div background color is #cbb687


#cbb687 Border Color

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

This div border color is #cbb687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb687


Comments

No comments written yet.

Please login to write comment.