Color Hex Logo

#cab9bb Color Hex

#CAB9BB
(202,185,187)
0 Favorites   0 Comments

Color spaces of #cab9bb

RGB 202185187
HSL0.980.140.76
HSV353°79°
CMYK 0.000.080.07   0.21
XYZ50.675750.842354.1564
Yxy50.84230.32550.3266
Hunter Lab71.30382.07864.8809
CIE-Lab76.58346.37111.1640

#cab9bb color RGB value is (202,185,187).

#cab9bb hex color red value is 202, green value is 185 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cab9bb hue: 0.98 , saturation: 0.14 and the lightness value of cab9bb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111001 10111011
Octal 312 271 273
Decimal 202 185 187
Hex CA B9 BB

RGB Percentages of Color #cab9bb

%35.19
%32.23
%32.58

CMYK Percentages of Color #cab9bb

%0
%8
%7
%21

Triadic Colors of #cab9bb

#cab9bb #bbcab9 #b9bbca

Analogous Colors of #cab9bb

#cab9bb #cac0b9 #cab9c4

Monochromatic Colors of #cab9bb

#cab9bb

Complementary Color

#cab9bb #b9cac8

#cab9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab9bb Color CSS Codes

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

#cab9bb Text Font Color

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

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


#cab9bb Background Color

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

This div background color is #cab9bb


#cab9bb Border Color

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

This div border color is #cab9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab9bb


Comments

No comments written yet.

Please login to write comment.