Color Hex Logo

#cab395 Color Hex

#CAB395
(202,179,149)
0 Favorites   0 Comments

Color spaces of #cab395

RGB 202179149
HSL0.090.330.69
HSV34°26°79°
CMYK 0.000.110.26   0.21
XYZ45.902046.966735.0799
Yxy46.96670.35880.3671
Hunter Lab68.5323-0.374517.6236
CIE-Lab74.16853.627318.3549

#cab395 color RGB value is (202,179,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110011 10010101
Octal 312 263 225
Decimal 202 179 149
Hex CA B3 95

RGB Percentages of Color #cab395

%38.11
%33.77
%28.11

CMYK Percentages of Color #cab395

%0
%11
%26
%21

Triadic Colors of #cab395

#cab395 #95cab3 #b395ca

Analogous Colors of #cab395

#cab395 #c7ca95 #ca9995

Monochromatic Colors of #cab395

#cab395

Complementary Color

#cab395 #95acca

#cab395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab395 Color CSS Codes

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

#cab395 Text Font Color

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

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


#cab395 Background Color

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

This div background color is #cab395


#cab395 Border Color

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

This div border color is #cab395


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,179,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab395


Comments

No comments written yet.

Please login to write comment.