Color Hex Logo

#cbb140 Color Hex

#CBB140
(203,177,64)
0 Favorites   0 Comments

Color spaces of #cbb140

RGB 20317764
HSL0.140.570.52
HSV49°68°80°
CMYK 0.000.130.68   0.20
XYZ41.276244.511011.2665
Yxy44.51100.42530.4586
Hunter Lab66.7166-6.319636.6892
CIE-Lab72.5687-3.124258.8103

#cbb140 color RGB value is (203,177,64).

#cbb140 hex color red value is 203, green value is 177 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cbb140 hue: 0.14 , saturation: 0.57 and the lightness value of cbb140 is 0.52.

The process color (four color CMYK) of #cbb140 color hex is 0.00, 0.13, 0.68, 0.20. Web safe color of #cbb140 is #cc9933. Color #cbb140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 01000000
Octal 313 261 100
Decimal 203 177 64
Hex CB B1 40

RGB Percentages of Color #cbb140

%45.72
%39.86
%14.41

CMYK Percentages of Color #cbb140

%0
%13
%68
%20

Triadic Colors of #cbb140

#cbb140 #40cbb1 #b140cb

Analogous Colors of #cbb140

#cbb140 #a0cb40 #cb6c40

Monochromatic Colors of #cbb140

#cbb140

Complementary Color

#cbb140 #405acb

#cbb140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb140 Color CSS Codes

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

#cbb140 Text Font Color

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

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


#cbb140 Background Color

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

This div background color is #cbb140


#cbb140 Border Color

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

This div border color is #cbb140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb140


Comments

No comments written yet.

Please login to write comment.