Color Hex Logo

#cbc496 Color Hex

#CBC496
(203,196,150)
0 Favorites   0 Comments

Color spaces of #cbc496

RGB 203196150
HSL0.140.340.69
HSV52°26°80°
CMYK 0.000.030.26   0.20
XYZ49.873654.378436.7216
Yxy54.37840.35380.3857
Hunter Lab73.7417-8.323422.0942
CIE-Lab78.6819-4.824624.0303

#cbc496 color RGB value is (203,196,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000100 10010110
Octal 313 304 226
Decimal 203 196 150
Hex CB C4 96

RGB Percentages of Color #cbc496

%36.98
%35.70
%27.32

CMYK Percentages of Color #cbc496

%0
%3
%26
%20

Triadic Colors of #cbc496

#cbc496 #96cbc4 #c496cb

Analogous Colors of #cbc496

#cbc496 #b8cb96 #cbaa96

Monochromatic Colors of #cbc496

#cbc496

Complementary Color

#cbc496 #969dcb

#cbc496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc496 Color CSS Codes

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

#cbc496 Text Font Color

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

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


#cbc496 Background Color

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

This div background color is #cbc496


#cbc496 Border Color

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

This div border color is #cbc496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc496


Comments

No comments written yet.

Please login to write comment.