Color Hex Logo

#cbc646 Color Hex

#CBC646
(203,198,70)
0 Favorites   0 Comments

Color spaces of #cbc646

RGB 20319870
HSL0.160.560.54
HSV58°66°80°
CMYK 0.000.020.66   0.20
XYZ45.928253.526913.7054
Yxy53.52690.40590.4730
Hunter Lab73.1621-15.978540.1067
CIE-Lab78.1851-13.611062.1558

#cbc646 color RGB value is (203,198,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000110 01000110
Octal 313 306 106
Decimal 203 198 70
Hex CB C6 46

RGB Percentages of Color #cbc646

%43.10
%42.04
%14.86

CMYK Percentages of Color #cbc646

%0
%2
%66
%20

Triadic Colors of #cbc646

#cbc646 #46cbc6 #c646cb

Analogous Colors of #cbc646

#cbc646 #8ecb46 #cb8446

Monochromatic Colors of #cbc646

#cbc646

Complementary Color

#cbc646 #464bcb

#cbc646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc646 Color CSS Codes

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

#cbc646 Text Font Color

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

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


#cbc646 Background Color

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

This div background color is #cbc646


#cbc646 Border Color

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

This div border color is #cbc646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc646


Comments

No comments written yet.

Please login to write comment.