Color Hex Logo

#cbb08b Color Hex

#CBB08B
(203,176,139)
0 Favorites   0 Comments

Color spaces of #cbb08b

RGB 203176139
HSL0.100.380.67
HSV35°32°80°
CMYK 0.000.130.32   0.20
XYZ44.814145.611330.8680
Yxy45.61130.36950.3760
Hunter Lab67.53610.256720.1763
CIE-Lab73.29264.278622.5677

#cbb08b color RGB value is (203,176,139).

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

The process color (four color CMYK) of #cbb08b color hex is 0.00, 0.13, 0.32, 0.20. Web safe color of #cbb08b is #cc9999. Color #cbb08b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 10001011
Octal 313 260 213
Decimal 203 176 139
Hex CB B0 8B

RGB Percentages of Color #cbb08b

%39.19
%33.98
%26.83

CMYK Percentages of Color #cbb08b

%0
%13
%32
%20

Triadic Colors of #cbb08b

#cbb08b #8bcbb0 #b08bcb

Analogous Colors of #cbb08b

#cbb08b #c6cb8b #cb908b

Monochromatic Colors of #cbb08b

#cbb08b

Complementary Color

#cbb08b #8ba6cb

#cbb08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb08b Color CSS Codes

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

#cbb08b Text Font Color

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

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


#cbb08b Background Color

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

This div background color is #cbb08b


#cbb08b Border Color

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

This div border color is #cbb08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb08b


Comments

No comments written yet.

Please login to write comment.