Color Hex Logo

#cbc732 Color Hex

#CBC732
(203,199,50)
0 Favorites   0 Comments

Color spaces of #cbc732

RGB 20319950
HSL0.160.600.50
HSV58°75°80°
CMYK 0.000.020.75   0.20
XYZ45.627753.773610.9921
Yxy53.77360.41330.4871
Hunter Lab73.3305-17.262142.4439
CIE-Lab78.3295-15.091469.5113

#cbc732 color RGB value is (203,199,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000111 00110010
Octal 313 307 62
Decimal 203 199 50
Hex CB C7 32

RGB Percentages of Color #cbc732

%44.91
%44.03
%11.06

CMYK Percentages of Color #cbc732

%0
%2
%75
%20

Triadic Colors of #cbc732

#cbc732 #32cbc7 #c732cb

Analogous Colors of #cbc732

#cbc732 #83cb32 #cb7b32

Monochromatic Colors of #cbc732

#cbc732

Complementary Color

#cbc732 #3236cb

#cbc732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc732 Color CSS Codes

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

#cbc732 Text Font Color

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

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


#cbc732 Background Color

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

This div background color is #cbc732


#cbc732 Border Color

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

This div border color is #cbc732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc732


Comments

No comments written yet.

Please login to write comment.