Color Hex Logo

#cab3b9 Color Hex

#CAB3B9
(202,179,185)
0 Favorites   0 Comments

Color spaces of #cab3b9

RGB 202179185
HSL0.960.180.75
HSV344°11°79°
CMYK 0.000.110.08   0.21
XYZ49.234248.299552.6268
Yxy48.29950.32790.3217
Hunter Lab69.49784.83313.7515
CIE-Lab75.01349.2567-0.0366

#cab3b9 color RGB value is (202,179,185).

#cab3b9 hex color red value is 202, green value is 179 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #cab3b9 hue: 0.96 , saturation: 0.18 and the lightness value of cab3b9 is 0.75.

The process color (four color CMYK) of #cab3b9 color hex is 0.00, 0.11, 0.08, 0.21. Web safe color of #cab3b9 is #cccccc. Color #cab3b9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110011 10111001
Octal 312 263 271
Decimal 202 179 185
Hex CA B3 B9

RGB Percentages of Color #cab3b9

%35.69
%31.63
%32.69

CMYK Percentages of Color #cab3b9

%0
%11
%8
%21

Triadic Colors of #cab3b9

#cab3b9 #b9cab3 #b3b9ca

Analogous Colors of #cab3b9

#cab3b9 #cab9b3 #cab3c5

Monochromatic Colors of #cab3b9

#cab3b9

Complementary Color

#cab3b9 #b3cac4

#cab3b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab3b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab3b9 Color CSS Codes

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

#cab3b9 Text Font Color

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

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


#cab3b9 Background Color

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

This div background color is #cab3b9


#cab3b9 Border Color

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

This div border color is #cab3b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab3b9


Comments

No comments written yet.

Please login to write comment.