Color Hex Logo

#cbbd9b Color Hex

#CBBD9B
(203,189,155)
0 Favorites   0 Comments

Color spaces of #cbbd9b

RGB 203189155
HSL0.120.320.70
HSV43°24°80°
CMYK 0.000.070.24   0.20
XYZ48.742651.458338.3738
Yxy51.45830.35170.3713
Hunter Lab71.7344-4.246918.4974
CIE-Lab76.9558-0.456518.9970

#cbbd9b color RGB value is (203,189,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111101 10011011
Octal 313 275 233
Decimal 203 189 155
Hex CB BD 9B

RGB Percentages of Color #cbbd9b

%37.11
%34.55
%28.34

CMYK Percentages of Color #cbbd9b

%0
%7
%24
%20

Triadic Colors of #cbbd9b

#cbbd9b #9bcbbd #bd9bcb

Analogous Colors of #cbbd9b

#cbbd9b #c1cb9b #cba59b

Monochromatic Colors of #cbbd9b

#cbbd9b

Complementary Color

#cbbd9b #9ba9cb

#cbbd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbd9b Color CSS Codes

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

#cbbd9b Text Font Color

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

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


#cbbd9b Background Color

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

This div background color is #cbbd9b


#cbbd9b Border Color

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

This div border color is #cbbd9b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,189,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 #cbbd9b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbd9b


Comments

No comments written yet.

Please login to write comment.