Color Hex Logo

#cbbdab Color Hex

#CBBDAB
(203,189,171)
0 Favorites   0 Comments

Color spaces of #cbbdab

RGB 203189171
HSL0.090.240.73
HSV34°16°80°
CMYK 0.000.070.16   0.20
XYZ50.176952.032045.9266
Yxy52.03200.33870.3512
Hunter Lab72.1332-2.065912.7438
CIE-Lab77.30001.947710.8712

#cbbdab color RGB value is (203,189,171).

#cbbdab hex color red value is 203, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cbbdab hue: 0.09 , saturation: 0.24 and the lightness value of cbbdab is 0.73.

The process color (four color CMYK) of #cbbdab color hex is 0.00, 0.07, 0.16, 0.20. Web safe color of #cbbdab is #cccc99. Color #cbbdab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111101 10101011
Octal 313 275 253
Decimal 203 189 171
Hex CB BD AB

RGB Percentages of Color #cbbdab

%36.06
%33.57
%30.37

CMYK Percentages of Color #cbbdab

%0
%7
%16
%20

Triadic Colors of #cbbdab

#cbbdab #abcbbd #bdabcb

Analogous Colors of #cbbdab

#cbbdab #c9cbab #cbadab

Monochromatic Colors of #cbbdab

#cbbdab

Complementary Color

#cbbdab #abb9cb

#cbbdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbdab Color CSS Codes

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

#cbbdab Text Font Color

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

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


#cbbdab Background Color

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

This div background color is #cbbdab


#cbbdab Border Color

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

This div border color is #cbbdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbdab


Comments

No comments written yet.

Please login to write comment.