Color Hex Logo

#cbb538 Color Hex

#CBB538
(203,181,56)
0 Favorites   0 Comments

Color spaces of #cbb538

RGB 20318156
HSL0.140.590.51
HSV51°72°80°
CMYK 0.000.110.72   0.20
XYZ41.866346.029810.4194
Yxy46.02980.42580.4682
Hunter Lab67.8453-8.579538.3862
CIE-Lab73.5649-5.622062.9426

#cbb538 color RGB value is (203,181,56).

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

The process color (four color CMYK) of #cbb538 color hex is 0.00, 0.11, 0.72, 0.20. Web safe color of #cbb538 is #cccc33. Color #cbb538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 00111000
Octal 313 265 70
Decimal 203 181 56
Hex CB B5 38

RGB Percentages of Color #cbb538

%46.14
%41.14
%12.73

CMYK Percentages of Color #cbb538

%0
%11
%72
%20

Triadic Colors of #cbb538

#cbb538 #38cbb5 #b538cb

Analogous Colors of #cbb538

#cbb538 #98cb38 #cb6c38

Monochromatic Colors of #cbb538

#cbb538

Complementary Color

#cbb538 #384ecb

#cbb538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb538 Color CSS Codes

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

#cbb538 Text Font Color

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

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


#cbb538 Background Color

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

This div background color is #cbb538


#cbb538 Border Color

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

This div border color is #cbb538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb538


Comments

No comments written yet.

Please login to write comment.