Color Hex Logo

#cbb137 Color Hex

#CBB137
(203,177,55)
0 Favorites   0 Comments

Color spaces of #cbb137

RGB 20317755
HSL0.140.590.51
HSV49°73°80°
CMYK 0.000.130.73   0.20
XYZ41.040344.416610.0246
Yxy44.41660.42980.4652
Hunter Lab66.6458-6.710337.7339
CIE-Lab72.5061-3.576862.2874

#cbb137 color RGB value is (203,177,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 00110111
Octal 313 261 67
Decimal 203 177 55
Hex CB B1 37

RGB Percentages of Color #cbb137

%46.67
%40.69
%12.64

CMYK Percentages of Color #cbb137

%0
%13
%73
%20

Triadic Colors of #cbb137

#cbb137 #37cbb1 #b137cb

Analogous Colors of #cbb137

#cbb137 #9bcb37 #cb6737

Monochromatic Colors of #cbb137

#cbb137

Complementary Color

#cbb137 #3751cb

#cbb137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb137 Color CSS Codes

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

#cbb137 Text Font Color

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

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


#cbb137 Background Color

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

This div background color is #cbb137


#cbb137 Border Color

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

This div border color is #cbb137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb137


Comments

No comments written yet.

Please login to write comment.