Color Hex Logo

#cbb980 Color Hex

#CBB980
(203,185,128)
0 Favorites   0 Comments

Color spaces of #cbb980

RGB 203185128
HSL0.130.420.65
HSV46°37°80°
CMYK 0.000.090.37   0.20
XYZ45.873848.952927.4531
Yxy48.95290.37520.4003
Hunter Lab69.9663-5.406725.7125
CIE-Lab75.4220-1.856331.2746

#cbb980 color RGB value is (203,185,128).

#cbb980 hex color red value is 203, green value is 185 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cbb980 hue: 0.13 , saturation: 0.42 and the lightness value of cbb980 is 0.65.

The process color (four color CMYK) of #cbb980 color hex is 0.00, 0.09, 0.37, 0.20. Web safe color of #cbb980 is #cccc99. Color #cbb980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 10000000
Octal 313 271 200
Decimal 203 185 128
Hex CB B9 80

RGB Percentages of Color #cbb980

%39.34
%35.85
%24.81

CMYK Percentages of Color #cbb980

%0
%9
%37
%20

Triadic Colors of #cbb980

#cbb980 #80cbb9 #b980cb

Analogous Colors of #cbb980

#cbb980 #b8cb80 #cb9480

Monochromatic Colors of #cbb980

#cbb980

Complementary Color

#cbb980 #8092cb

#cbb980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb980 Color CSS Codes

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

#cbb980 Text Font Color

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

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


#cbb980 Background Color

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

This div background color is #cbb980


#cbb980 Border Color

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

This div border color is #cbb980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb980


Comments

No comments written yet.

Please login to write comment.