Color Hex Logo

#cbb52b Color Hex

#CBB52B
(203,181,43)
0 Favorites   0 Comments

Color spaces of #cbb52b

RGB 20318143
HSL0.140.650.48
HSV52°79°80°
CMYK 0.000.110.79   0.20
XYZ41.588545.91878.9567
Yxy45.91870.43110.4760
Hunter Lab67.7633-9.034839.5976
CIE-Lab73.4927-6.154467.3165

#cbb52b color RGB value is (203,181,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 00101011
Octal 313 265 53
Decimal 203 181 43
Hex CB B5 2B

RGB Percentages of Color #cbb52b

%47.54
%42.39
%10.07

CMYK Percentages of Color #cbb52b

%0
%11
%79
%20

Triadic Colors of #cbb52b

#cbb52b #2bcbb5 #b52bcb

Analogous Colors of #cbb52b

#cbb52b #91cb2b #cb652b

Monochromatic Colors of #cbb52b

#cbb52b

Complementary Color

#cbb52b #2b41cb

#cbb52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb52b Color CSS Codes

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

#cbb52b Text Font Color

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

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


#cbb52b Background Color

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

This div background color is #cbb52b


#cbb52b Border Color

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

This div border color is #cbb52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb52b


Comments

No comments written yet.

Please login to write comment.