Color Hex Logo

#cbb33a Color Hex

#CBB33A
(203,179,58)
0 Favorites   0 Comments

Color spaces of #cbb33a

RGB 20317958
HSL0.140.580.51
HSV50°71°80°
CMYK 0.000.120.71   0.20
XYZ41.512445.242210.5477
Yxy45.24220.42660.4650
Hunter Lab67.2623-7.543937.7861
CIE-Lab73.0511-4.482461.6828

#cbb33a color RGB value is (203,179,58).

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

The process color (four color CMYK) of #cbb33a color hex is 0.00, 0.12, 0.71, 0.20. Web safe color of #cbb33a is #cccc33. Color #cbb33a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 00111010
Octal 313 263 72
Decimal 203 179 58
Hex CB B3 3A

RGB Percentages of Color #cbb33a

%46.14
%40.68
%13.18

CMYK Percentages of Color #cbb33a

%0
%12
%71
%20

Triadic Colors of #cbb33a

#cbb33a #3acbb3 #b33acb

Analogous Colors of #cbb33a

#cbb33a #9bcb3a #cb6b3a

Monochromatic Colors of #cbb33a

#cbb33a

Complementary Color

#cbb33a #3a52cb

#cbb33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb33a Color CSS Codes

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

#cbb33a Text Font Color

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

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


#cbb33a Background Color

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

This div background color is #cbb33a


#cbb33a Border Color

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

This div border color is #cbb33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb33a


Comments

No comments written yet.

Please login to write comment.