Color Hex Logo

#cab696 Color Hex

#CAB696
(202,182,150)
0 Favorites   0 Comments

Color spaces of #cab696

RGB 202182150
HSL0.100.330.69
HSV37°26°79°
CMYK 0.000.100.26   0.21
XYZ46.590148.214535.7049
Yxy48.21450.35700.3694
Hunter Lab69.4367-1.745518.1183
CIE-Lab74.96002.165918.9102

#cab696 color RGB value is (202,182,150).

#cab696 hex color red value is 202, green value is 182 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cab696 hue: 0.10 , saturation: 0.33 and the lightness value of cab696 is 0.69.

The process color (four color CMYK) of #cab696 color hex is 0.00, 0.10, 0.26, 0.21. Web safe color of #cab696 is #cccc99. Color #cab696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110110 10010110
Octal 312 266 226
Decimal 202 182 150
Hex CA B6 96

RGB Percentages of Color #cab696

%37.83
%34.08
%28.09

CMYK Percentages of Color #cab696

%0
%10
%26
%21

Triadic Colors of #cab696

#cab696 #96cab6 #b696ca

Analogous Colors of #cab696

#cab696 #c4ca96 #ca9c96

Monochromatic Colors of #cab696

#cab696

Complementary Color

#cab696 #96aaca

#cab696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab696 Color CSS Codes

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

#cab696 Text Font Color

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

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


#cab696 Background Color

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

This div background color is #cab696


#cab696 Border Color

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

This div border color is #cab696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab696


Comments

No comments written yet.

Please login to write comment.