Color Hex Logo

#cbb48b Color Hex

#CBB48B
(203,180,139)
0 Favorites   0 Comments

Color spaces of #cbb48b

RGB 203180139
HSL0.110.380.67
HSV38°32°80°
CMYK 0.000.110.32   0.20
XYZ45.610147.203131.1333
Yxy47.20310.36800.3808
Hunter Lab68.7045-1.734121.2260
CIE-Lab74.31952.143023.9628

#cbb48b color RGB value is (203,180,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 10001011
Octal 313 264 213
Decimal 203 180 139
Hex CB B4 8B

RGB Percentages of Color #cbb48b

%38.89
%34.48
%26.63

CMYK Percentages of Color #cbb48b

%0
%11
%32
%20

Triadic Colors of #cbb48b

#cbb48b #8bcbb4 #b48bcb

Analogous Colors of #cbb48b

#cbb48b #c2cb8b #cb948b

Monochromatic Colors of #cbb48b

#cbb48b

Complementary Color

#cbb48b #8ba2cb

#cbb48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb48b Color CSS Codes

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

#cbb48b Text Font Color

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

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


#cbb48b Background Color

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

This div background color is #cbb48b


#cbb48b Border Color

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

This div border color is #cbb48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb48b

#cbb48b Color Palettes


Comments

No comments written yet.

Please login to write comment.