Color Hex Logo

#cbc156 Color Hex

#CBC156
(203,193,86)
0 Favorites   0 Comments

Color spaces of #cbc156

RGB 20319386
HSL0.150.530.57
HSV55°58°80°
CMYK 0.000.050.58   0.20
XYZ45.378351.508316.3545
Yxy51.50830.40070.4549
Hunter Lab71.7693-12.734236.7277
CIE-Lab76.9859-10.014454.0068

#cbc156 color RGB value is (203,193,86).

#cbc156 hex color red value is 203, green value is 193 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #cbc156 hue: 0.15 , saturation: 0.53 and the lightness value of cbc156 is 0.57.

The process color (four color CMYK) of #cbc156 color hex is 0.00, 0.05, 0.58, 0.20. Web safe color of #cbc156 is #cccc66. Color #cbc156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 01010110
Octal 313 301 126
Decimal 203 193 86
Hex CB C1 56

RGB Percentages of Color #cbc156

%42.12
%40.04
%17.84

CMYK Percentages of Color #cbc156

%0
%5
%58
%20

Triadic Colors of #cbc156

#cbc156 #56cbc1 #c156cb

Analogous Colors of #cbc156

#cbc156 #9bcb56 #cb8756

Monochromatic Colors of #cbc156

#cbc156

Complementary Color

#cbc156 #5660cb

#cbc156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc156 Color CSS Codes

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

#cbc156 Text Font Color

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

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


#cbc156 Background Color

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

This div background color is #cbc156


#cbc156 Border Color

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

This div border color is #cbc156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc156


Comments

No comments written yet.

Please login to write comment.