Color Hex Logo

#cbb256 Color Hex

#CBB256
(203,178,86)
0 Favorites   0 Comments

Color spaces of #cbb256

RGB 20317886
HSL0.130.530.57
HSV47°58°80°
CMYK 0.000.120.58   0.20
XYZ42.228745.209215.3047
Yxy45.20920.41100.4400
Hunter Lab67.2378-5.559233.5708
CIE-Lab73.0294-2.219549.5106

#cbb256 color RGB value is (203,178,86).

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

The process color (four color CMYK) of #cbb256 color hex is 0.00, 0.12, 0.58, 0.20. Web safe color of #cbb256 is #cc9966. Color #cbb256 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110010 01010110
Octal 313 262 126
Decimal 203 178 86
Hex CB B2 56

RGB Percentages of Color #cbb256

%43.47
%38.12
%18.42

CMYK Percentages of Color #cbb256

%0
%12
%58
%20

Triadic Colors of #cbb256

#cbb256 #56cbb2 #b256cb

Analogous Colors of #cbb256

#cbb256 #aacb56 #cb7856

Monochromatic Colors of #cbb256

#cbb256

Complementary Color

#cbb256 #566fcb

#cbb256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb256 Color CSS Codes

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

#cbb256 Text Font Color

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

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


#cbb256 Background Color

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

This div background color is #cbb256


#cbb256 Border Color

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

This div border color is #cbb256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb256


Comments

No comments written yet.

Please login to write comment.