Color Hex Logo

#cbb36e Color Hex

#CBB36E
(203,179,110)
0 Favorites   0 Comments

Color spaces of #cbb36e

RGB 203179110
HSL0.120.470.61
HSV45°46°80°
CMYK 0.000.120.46   0.20
XYZ43.563246.062521.3468
Yxy46.06250.39260.4151
Hunter Lab67.8694-4.197928.8602
CIE-Lab73.5861-0.641538.2726

#cbb36e color RGB value is (203,179,110).

#cbb36e hex color red value is 203, green value is 179 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cbb36e hue: 0.12 , saturation: 0.47 and the lightness value of cbb36e is 0.61.

The process color (four color CMYK) of #cbb36e color hex is 0.00, 0.12, 0.46, 0.20. Web safe color of #cbb36e is #cccc66. Color #cbb36e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 01101110
Octal 313 263 156
Decimal 203 179 110
Hex CB B3 6E

RGB Percentages of Color #cbb36e

%41.26
%36.38
%22.36

CMYK Percentages of Color #cbb36e

%0
%12
%46
%20

Triadic Colors of #cbb36e

#cbb36e #6ecbb3 #b36ecb

Analogous Colors of #cbb36e

#cbb36e #b5cb6e #cb856e

Monochromatic Colors of #cbb36e

#cbb36e

Complementary Color

#cbb36e #6e86cb

#cbb36e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb36e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb36e Color CSS Codes

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

#cbb36e Text Font Color

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

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


#cbb36e Background Color

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

This div background color is #cbb36e


#cbb36e Border Color

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

This div border color is #cbb36e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb36e


Comments

No comments written yet.

Please login to write comment.