Color Hex Logo

#cab495 Color Hex

#CAB495
(202,180,149)
0 Favorites   0 Comments

Color spaces of #cab495

RGB 202180149
HSL0.100.330.69
HSV35°26°79°
CMYK 0.000.110.26   0.21
XYZ46.103247.369035.1470
Yxy47.36900.35840.3683
Hunter Lab68.8251-0.874017.8999
CIE-Lab74.42523.093018.7101

#cab495 color RGB value is (202,180,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110100 10010101
Octal 312 264 225
Decimal 202 180 149
Hex CA B4 95

RGB Percentages of Color #cab495

%38.04
%33.90
%28.06

CMYK Percentages of Color #cab495

%0
%11
%26
%21

Triadic Colors of #cab495

#cab495 #95cab4 #b495ca

Analogous Colors of #cab495

#cab495 #c6ca95 #ca9a95

Monochromatic Colors of #cab495

#cab495

Complementary Color

#cab495 #95abca

#cab495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab495 Color CSS Codes

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

#cab495 Text Font Color

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

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


#cab495 Background Color

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

This div background color is #cab495


#cab495 Border Color

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

This div border color is #cab495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab495


Comments

No comments written yet.

Please login to write comment.