color codes Logo

#cbb53b color codes

#CBB53B
(203,181,59)
0 Favorites   0 Comments

Color spaces of #cbb53b

RGB 20318159
HSL0.140.580.51
HSV51°71°80°
CMYK 0.000.110.71   0.20
XYZ41.941946.060010.8176
Yxy46.06000.42440.4661
Hunter Lab67.8675-8.455838.0569
CIE-Lab73.5845-5.477561.8255

#cbb53b color RGB value is (203,181,59).

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

The process color (four color CMYK) of #cbb53b color code is 0.00, 0.11, 0.71, 0.20. Web safe color of #cbb53b is #cccc33. Color #cbb53b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 00111011
Octal 313 265 73
Decimal 203 181 59
Hex CB B5 3B

RGB Percentages of Color #cbb53b

%45.82
%40.86
%13.32

CMYK Percentages of Color #cbb53b

%0
%11
%71
%20

Triadic Colors of #cbb53b

#cbb53b #3bcbb5 #b53bcb

Analogous Colors of #cbb53b

#cbb53b #99cb3b #cb6d3b

Monochromatic Colors of #cbb53b

#cbb53b

Complementary Color

#cbb53b #3b51cb

#cbb53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb53b Color CSS Codes

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

#cbb53b Text Font Color

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

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


#cbb53b Background Color

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

This div background color is #cbb53b


#cbb53b Border Color

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

This div border color is #cbb53b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb53b


Comments

No comments written yet.

Please login to write comment.