Color Hex Logo

#cbb59b Color Hex

#CBB59B
(203,181,155)
0 Favorites   0 Comments

Color spaces of #cbb59b

RGB 203181155
HSL0.090.320.70
HSV33°24°80°
CMYK 0.000.110.24   0.20
XYZ47.068948.110837.8159
Yxy48.11080.35390.3617
Hunter Lab69.3619-0.253616.2287
CIE-Lab74.89483.793116.1315

#cbb59b color RGB value is (203,181,155).

#cbb59b hex color red value is 203, green value is 181 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cbb59b hue: 0.09 , saturation: 0.32 and the lightness value of cbb59b is 0.70.

The process color (four color CMYK) of #cbb59b color hex is 0.00, 0.11, 0.24, 0.20. Web safe color of #cbb59b is #cccc99. Color #cbb59b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 10011011
Octal 313 265 233
Decimal 203 181 155
Hex CB B5 9B

RGB Percentages of Color #cbb59b

%37.66
%33.58
%28.76

CMYK Percentages of Color #cbb59b

%0
%11
%24
%20

Triadic Colors of #cbb59b

#cbb59b #9bcbb5 #b59bcb

Analogous Colors of #cbb59b

#cbb59b #c9cb9b #cb9d9b

Monochromatic Colors of #cbb59b

#cbb59b

Complementary Color

#cbb59b #9bb1cb

#cbb59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb59b Color CSS Codes

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

#cbb59b Text Font Color

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

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


#cbb59b Background Color

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

This div background color is #cbb59b


#cbb59b Border Color

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

This div border color is #cbb59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb59b


Comments

No comments written yet.

Please login to write comment.