Color Hex Logo

#cbbb8a Color Hex

#CBBB8A
(203,187,138)
0 Favorites   0 Comments

Color spaces of #cbbb8a

RGB 203187138
HSL0.130.380.67
HSV45°32°80°
CMYK 0.000.080.32   0.20
XYZ46.986450.072131.2332
Yxy50.07210.36620.3903
Hunter Lab70.7616-5.307223.3634
CIE-Lab76.1135-1.691426.9152

#cbbb8a color RGB value is (203,187,138).

#cbbb8a hex color red value is 203, green value is 187 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cbbb8a hue: 0.13 , saturation: 0.38 and the lightness value of cbbb8a is 0.67.

The process color (four color CMYK) of #cbbb8a color hex is 0.00, 0.08, 0.32, 0.20. Web safe color of #cbbb8a is #cccc99. Color #cbbb8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 10001010
Octal 313 273 212
Decimal 203 187 138
Hex CB BB 8A

RGB Percentages of Color #cbbb8a

%38.45
%35.42
%26.14

CMYK Percentages of Color #cbbb8a

%0
%8
%32
%20

Triadic Colors of #cbbb8a

#cbbb8a #8acbbb #bb8acb

Analogous Colors of #cbbb8a

#cbbb8a #bbcb8a #cb9b8a

Monochromatic Colors of #cbbb8a

#cbbb8a

Complementary Color

#cbbb8a #8a9acb

#cbbb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbb8a Color CSS Codes

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

#cbbb8a Text Font Color

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

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


#cbbb8a Background Color

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

This div background color is #cbbb8a


#cbbb8a Border Color

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

This div border color is #cbbb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbb8a


Comments

No comments written yet.

Please login to write comment.