Color Hex Logo

#cbb632 Color Hex

#CBB632
(203,182,50)
0 Favorites   0 Comments

Color spaces of #cbb632

RGB 20318250
HSL0.140.600.50
HSV52°75°80°
CMYK 0.000.100.75   0.20
XYZ41.932346.38279.7603
Yxy46.38270.42760.4729
Hunter Lab68.1048-9.280639.1764
CIE-Lab73.7932-6.406365.3073

#cbb632 color RGB value is (203,182,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 00110010
Octal 313 266 62
Decimal 203 182 50
Hex CB B6 32

RGB Percentages of Color #cbb632

%46.67
%41.84
%11.49

CMYK Percentages of Color #cbb632

%0
%10
%75
%20

Triadic Colors of #cbb632

#cbb632 #32cbb6 #b632cb

Analogous Colors of #cbb632

#cbb632 #94cb32 #cb6a32

Monochromatic Colors of #cbb632

#cbb632

Complementary Color

#cbb632 #3247cb

#cbb632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb632 Color CSS Codes

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

#cbb632 Text Font Color

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

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


#cbb632 Background Color

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

This div background color is #cbb632


#cbb632 Border Color

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

This div border color is #cbb632


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,182,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 #cbb632">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb632


Comments

No comments written yet.

Please login to write comment.