Color Hex Logo

#cbb376 Color Hex

#CBB376
(203,179,118)
0 Favorites   0 Comments

Color spaces of #cbb376

RGB 203179118
HSL0.120.450.63
HSV43°42°80°
CMYK 0.000.120.42   0.20
XYZ44.018746.244723.7456
Yxy46.24470.38610.4056
Hunter Lab68.0035-3.462826.8994
CIE-Lab73.70400.189034.2775

#cbb376 color RGB value is (203,179,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 01110110
Octal 313 263 166
Decimal 203 179 118
Hex CB B3 76

RGB Percentages of Color #cbb376

%40.60
%35.80
%23.60

CMYK Percentages of Color #cbb376

%0
%12
%42
%20

Triadic Colors of #cbb376

#cbb376 #76cbb3 #b376cb

Analogous Colors of #cbb376

#cbb376 #b9cb76 #cb8976

Monochromatic Colors of #cbb376

#cbb376

Complementary Color

#cbb376 #768ecb

#cbb376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb376 Color CSS Codes

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

#cbb376 Text Font Color

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

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


#cbb376 Background Color

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

This div background color is #cbb376


#cbb376 Border Color

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

This div border color is #cbb376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb376


Comments

No comments written yet.

Please login to write comment.