Color Hex Logo

#cbb139 Color Hex

#CBB139
(203,177,57)
0 Favorites   0 Comments

Color spaces of #cbb139

RGB 20317757
HSL0.140.580.51
HSV49°72°80°
CMYK 0.000.130.72   0.20
XYZ41.089344.436210.2823
Yxy44.43620.42890.4638
Hunter Lab66.6605-6.629037.5169
CIE-Lab72.5191-3.482661.5425

#cbb139 color RGB value is (203,177,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 00111001
Octal 313 261 71
Decimal 203 177 57
Hex CB B1 39

RGB Percentages of Color #cbb139

%46.45
%40.50
%13.04

CMYK Percentages of Color #cbb139

%0
%13
%72
%20

Triadic Colors of #cbb139

#cbb139 #39cbb1 #b139cb

Analogous Colors of #cbb139

#cbb139 #9ccb39 #cb6839

Monochromatic Colors of #cbb139

#cbb139

Complementary Color

#cbb139 #3953cb

#cbb139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb139 Color CSS Codes

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

#cbb139 Text Font Color

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

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


#cbb139 Background Color

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

This div background color is #cbb139


#cbb139 Border Color

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

This div border color is #cbb139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb139


Comments

No comments written yet.

Please login to write comment.