Color Hex Logo

#cbbb96 Color Hex

#CBBB96
(203,187,150)
0 Favorites   0 Comments

Color spaces of #cbbb96

RGB 203187150
HSL0.120.340.69
HSV42°26°80°
CMYK 0.000.080.26   0.20
XYZ47.903950.439236.0651
Yxy50.43920.35640.3753
Hunter Lab71.0206-3.886419.6062
CIE-Lab76.3381-0.102520.8239

#cbbb96 color RGB value is (203,187,150).

#cbbb96 hex color red value is 203, green value is 187 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cbbb96 hue: 0.12 , saturation: 0.34 and the lightness value of cbbb96 is 0.69.

The process color (four color CMYK) of #cbbb96 color hex is 0.00, 0.08, 0.26, 0.20. Web safe color of #cbbb96 is #cccc99. Color #cbbb96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 10010110
Octal 313 273 226
Decimal 203 187 150
Hex CB BB 96

RGB Percentages of Color #cbbb96

%37.59
%34.63
%27.78

CMYK Percentages of Color #cbbb96

%0
%8
%26
%20

Triadic Colors of #cbbb96

#cbbb96 #96cbbb #bb96cb

Analogous Colors of #cbbb96

#cbbb96 #c1cb96 #cba196

Monochromatic Colors of #cbbb96

#cbbb96

Complementary Color

#cbbb96 #96a6cb

#cbbb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbb96 Color CSS Codes

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

#cbbb96 Text Font Color

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

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


#cbbb96 Background Color

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

This div background color is #cbbb96


#cbbb96 Border Color

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

This div border color is #cbbb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbb96


Comments

No comments written yet.

Please login to write comment.