Color Hex Logo

#cbc896 Color Hex

#CBC896
(203,200,150)
0 Favorites   0 Comments

Color spaces of #cbc896

RGB 203200150
HSL0.160.340.69
HSV57°26°80°
CMYK 0.000.010.26   0.20
XYZ50.787956.207137.0264
Yxy56.20710.35260.3903
Hunter Lab74.9714-10.278623.1982
CIE-Lab79.7315-6.899625.4560

#cbc896 color RGB value is (203,200,150).

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

The process color (four color CMYK) of #cbc896 color hex is 0.00, 0.01, 0.26, 0.20. Web safe color of #cbc896 is #cccc99. Color #cbc896 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001000 10010110
Octal 313 310 226
Decimal 203 200 150
Hex CB C8 96

RGB Percentages of Color #cbc896

%36.71
%36.17
%27.12

CMYK Percentages of Color #cbc896

%0
%1
%26
%20

Triadic Colors of #cbc896

#cbc896 #96cbc8 #c896cb

Analogous Colors of #cbc896

#cbc896 #b4cb96 #cbae96

Monochromatic Colors of #cbc896

#cbc896

Complementary Color

#cbc896 #9699cb

#cbc896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc896 Color CSS Codes

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

#cbc896 Text Font Color

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

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


#cbc896 Background Color

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

This div background color is #cbc896


#cbc896 Border Color

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

This div border color is #cbc896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc896


Comments

No comments written yet.

Please login to write comment.