Color Hex Logo

#cbb987 Color Hex

#CBB987
(203,185,135)
0 Favorites   0 Comments

Color spaces of #cbb987

RGB 203185135
HSL0.120.400.66
HSV44°33°80°
CMYK 0.000.090.33   0.20
XYZ46.350749.143729.9644
Yxy49.14370.36940.3917
Hunter Lab70.1026-4.658123.7291
CIE-Lab75.5406-1.013227.7383

#cbb987 color RGB value is (203,185,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 10000111
Octal 313 271 207
Decimal 203 185 135
Hex CB B9 87

RGB Percentages of Color #cbb987

%38.81
%35.37
%25.81

CMYK Percentages of Color #cbb987

%0
%9
%33
%20

Triadic Colors of #cbb987

#cbb987 #87cbb9 #b987cb

Analogous Colors of #cbb987

#cbb987 #bbcb87 #cb9787

Monochromatic Colors of #cbb987

#cbb987

Complementary Color

#cbb987 #8799cb

#cbb987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb987 Color CSS Codes

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

#cbb987 Text Font Color

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

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


#cbb987 Background Color

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

This div background color is #cbb987


#cbb987 Border Color

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

This div border color is #cbb987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb987


Comments

No comments written yet.

Please login to write comment.