Color Hex Logo

#cbc356 Color Hex

#CBC356
(203,195,86)
0 Favorites   0 Comments

Color spaces of #cbc356

RGB 20319586
HSL0.160.530.57
HSV56°58°80°
CMYK 0.000.040.58   0.20
XYZ45.823452.398616.5029
Yxy52.39860.39940.4567
Hunter Lab72.3869-13.680437.1538
CIE-Lab77.5186-11.036954.6047

#cbc356 color RGB value is (203,195,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000011 01010110
Octal 313 303 126
Decimal 203 195 86
Hex CB C3 56

RGB Percentages of Color #cbc356

%41.94
%40.29
%17.77

CMYK Percentages of Color #cbc356

%0
%4
%58
%20

Triadic Colors of #cbc356

#cbc356 #56cbc3 #c356cb

Analogous Colors of #cbc356

#cbc356 #99cb56 #cb8956

Monochromatic Colors of #cbc356

#cbc356

Complementary Color

#cbc356 #565ecb

#cbc356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc356 Color CSS Codes

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

#cbc356 Text Font Color

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

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


#cbc356 Background Color

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

This div background color is #cbc356


#cbc356 Border Color

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

This div border color is #cbc356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc356


Comments

No comments written yet.

Please login to write comment.