Color Hex Logo

#cbc856 Color Hex

#CBC856
(203,200,86)
0 Favorites   0 Comments

Color spaces of #cbc856

RGB 20320086
HSL0.160.530.57
HSV58°58°80°
CMYK 0.000.010.58   0.20
XYZ46.962654.676916.8826
Yxy54.67690.39620.4613
Hunter Lab73.9438-16.034238.2238
CIE-Lab78.8548-13.574156.0969

#cbc856 color RGB value is (203,200,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001000 01010110
Octal 313 310 126
Decimal 203 200 86
Hex CB C8 56

RGB Percentages of Color #cbc856

%41.51
%40.90
%17.59

CMYK Percentages of Color #cbc856

%0
%1
%58
%20

Triadic Colors of #cbc856

#cbc856 #56cbc8 #c856cb

Analogous Colors of #cbc856

#cbc856 #94cb56 #cb8e56

Monochromatic Colors of #cbc856

#cbc856

Complementary Color

#cbc856 #5659cb

#cbc856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc856 Color CSS Codes

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

#cbc856 Text Font Color

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

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


#cbc856 Background Color

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

This div background color is #cbc856


#cbc856 Border Color

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

This div border color is #cbc856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc856


Comments

No comments written yet.

Please login to write comment.