Color Hex Logo

#cbb89a Color Hex

#CBB89A
(203,184,154)
0 Favorites   0 Comments

Color spaces of #cbb89a

RGB 203184154
HSL0.100.320.70
HSV37°24°80°
CMYK 0.000.090.24   0.20
XYZ47.601849.310637.5809
Yxy49.31060.35390.3666
Hunter Lab70.2215-1.885917.4244
CIE-Lab75.64422.050217.7153

#cbb89a color RGB value is (203,184,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 10011010
Octal 313 270 232
Decimal 203 184 154
Hex CB B8 9A

RGB Percentages of Color #cbb89a

%37.52
%34.01
%28.47

CMYK Percentages of Color #cbb89a

%0
%9
%24
%20

Triadic Colors of #cbb89a

#cbb89a #9acbb8 #b89acb

Analogous Colors of #cbb89a

#cbb89a #c6cb9a #cba09a

Monochromatic Colors of #cbb89a

#cbb89a

Complementary Color

#cbb89a #9aadcb

#cbb89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb89a Color CSS Codes

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

#cbb89a Text Font Color

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

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


#cbb89a Background Color

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

This div background color is #cbb89a


#cbb89a Border Color

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

This div border color is #cbb89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb89a


Comments

No comments written yet.

Please login to write comment.