Color Hex Logo

#cbb532 Color Hex

#CBB532
(203,181,50)
0 Favorites   0 Comments

Color spaces of #cbb532

RGB 20318150
HSL0.140.600.50
HSV51°75°80°
CMYK 0.000.110.75   0.20
XYZ41.728245.97459.6923
Yxy45.97450.42840.4720
Hunter Lab67.8045-8.805538.9880
CIE-Lab73.5290-5.886165.0602

#cbb532 color RGB value is (203,181,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 00110010
Octal 313 265 62
Decimal 203 181 50
Hex CB B5 32

RGB Percentages of Color #cbb532

%46.77
%41.71
%11.52

CMYK Percentages of Color #cbb532

%0
%11
%75
%20

Triadic Colors of #cbb532

#cbb532 #32cbb5 #b532cb

Analogous Colors of #cbb532

#cbb532 #95cb32 #cb6932

Monochromatic Colors of #cbb532

#cbb532

Complementary Color

#cbb532 #3248cb

#cbb532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb532 Color CSS Codes

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

#cbb532 Text Font Color

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

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


#cbb532 Background Color

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

This div background color is #cbb532


#cbb532 Border Color

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

This div border color is #cbb532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb532


Comments

No comments written yet.

Please login to write comment.