Color Hex Logo

#cbb760 Color Hex

#CBB760
(203,183,96)
0 Favorites   0 Comments

Color spaces of #cbb760

RGB 20318396
HSL0.140.510.59
HSV49°53°80°
CMYK 0.000.100.53   0.20
XYZ43.673447.408017.9152
Yxy47.40800.40070.4349
Hunter Lab68.8535-7.271932.7706
CIE-Lab74.4500-4.040546.3550

#cbb760 color RGB value is (203,183,96).

#cbb760 hex color red value is 203, green value is 183 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #cbb760 hue: 0.14 , saturation: 0.51 and the lightness value of cbb760 is 0.59.

The process color (four color CMYK) of #cbb760 color hex is 0.00, 0.10, 0.53, 0.20. Web safe color of #cbb760 is #cccc66. Color #cbb760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 01100000
Octal 313 267 140
Decimal 203 183 96
Hex CB B7 60

RGB Percentages of Color #cbb760

%42.12
%37.97
%19.92

CMYK Percentages of Color #cbb760

%0
%10
%53
%20

Triadic Colors of #cbb760

#cbb760 #60cbb7 #b760cb

Analogous Colors of #cbb760

#cbb760 #aacb60 #cb8260

Monochromatic Colors of #cbb760

#cbb760

Complementary Color

#cbb760 #6074cb

#cbb760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb760 Color CSS Codes

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

#cbb760 Text Font Color

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

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


#cbb760 Background Color

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

This div background color is #cbb760


#cbb760 Border Color

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

This div border color is #cbb760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb760


Comments

No comments written yet.

Please login to write comment.