Color Hex Logo

#cbc746 Color Hex

#CBC746
(203,199,70)
0 Favorites   0 Comments

Color spaces of #cbc746

RGB 20319970
HSL0.160.560.54
HSV58°66°80°
CMYK 0.000.020.66   0.20
XYZ46.157553.985613.7818
Yxy53.98560.40520.4739
Hunter Lab73.4749-16.446040.3113
CIE-Lab78.4533-14.115562.4325

#cbc746 color RGB value is (203,199,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000111 01000110
Octal 313 307 106
Decimal 203 199 70
Hex CB C7 46

RGB Percentages of Color #cbc746

%43.01
%42.16
%14.83

CMYK Percentages of Color #cbc746

%0
%2
%66
%20

Triadic Colors of #cbc746

#cbc746 #46cbc7 #c746cb

Analogous Colors of #cbc746

#cbc746 #8dcb46 #cb8546

Monochromatic Colors of #cbc746

#cbc746

Complementary Color

#cbc746 #464acb

#cbc746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc746 Color CSS Codes

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

#cbc746 Text Font Color

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

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


#cbc746 Background Color

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

This div background color is #cbc746


#cbc746 Border Color

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

This div border color is #cbc746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc746


Comments

No comments written yet.

Please login to write comment.