Color Hex Logo

#cab499 Color Hex

#CAB499
(202,180,153)
0 Favorites   0 Comments

Color spaces of #cab499

RGB 202180153
HSL0.090.320.70
HSV33°24°79°
CMYK 0.000.110.24   0.21
XYZ46.428147.499036.8582
Yxy47.49900.35500.3632
Hunter Lab68.9195-0.361416.5353
CIE-Lab74.50783.657516.6613

#cab499 color RGB value is (202,180,153).

#cab499 hex color red value is 202, green value is 180 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cab499 hue: 0.09 , saturation: 0.32 and the lightness value of cab499 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110100 10011001
Octal 312 264 231
Decimal 202 180 153
Hex CA B4 99

RGB Percentages of Color #cab499

%37.76
%33.64
%28.60

CMYK Percentages of Color #cab499

%0
%11
%24
%21

Triadic Colors of #cab499

#cab499 #99cab4 #b499ca

Analogous Colors of #cab499

#cab499 #c8ca99 #ca9c99

Monochromatic Colors of #cab499

#cab499

Complementary Color

#cab499 #99afca

#cab499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab499 Color CSS Codes

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

#cab499 Text Font Color

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

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


#cab499 Background Color

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

This div background color is #cab499


#cab499 Border Color

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

This div border color is #cab499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab499

#cab499 Color Palettes


Comments

No comments written yet.

Please login to write comment.