Color Hex Logo

#cbb99e Color Hex

#CBB99E
(203,185,158)
0 Favorites   0 Comments

Color spaces of #cbb99e

RGB 203185158
HSL0.100.300.71
HSV36°22°80°
CMYK 0.000.090.22   0.20
XYZ48.149149.863139.4346
Yxy49.86310.35030.3628
Hunter Lab70.6138-1.861216.3189
CIE-Lab75.98522.096316.0335

#cbb99e color RGB value is (203,185,158).

#cbb99e hex color red value is 203, green value is 185 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cbb99e hue: 0.10 , saturation: 0.30 and the lightness value of cbb99e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 10011110
Octal 313 271 236
Decimal 203 185 158
Hex CB B9 9E

RGB Percentages of Color #cbb99e

%37.18
%33.88
%28.94

CMYK Percentages of Color #cbb99e

%0
%9
%22
%20

Triadic Colors of #cbb99e

#cbb99e #9ecbb9 #b99ecb

Analogous Colors of #cbb99e

#cbb99e #c7cb9e #cba39e

Monochromatic Colors of #cbb99e

#cbb99e

Complementary Color

#cbb99e #9eb0cb

#cbb99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb99e Color CSS Codes

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

#cbb99e Text Font Color

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

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


#cbb99e Background Color

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

This div background color is #cbb99e


#cbb99e Border Color

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

This div border color is #cbb99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb99e


Comments

No comments written yet.

Please login to write comment.