Color Hex Logo

#cab5ab Color Hex

#CAB5AB
(202,181,171)
0 Favorites   0 Comments

Color spaces of #cab5ab

RGB 202181171
HSL0.050.230.73
HSV19°15°79°
CMYK 0.000.100.15   0.21
XYZ48.231748.544645.3560
Yxy48.54460.33930.3415
Hunter Lab69.67401.637010.1755
CIE-Lab75.16715.85017.8176

#cab5ab color RGB value is (202,181,171).

#cab5ab hex color red value is 202, green value is 181 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cab5ab hue: 0.05 , saturation: 0.23 and the lightness value of cab5ab is 0.73.

The process color (four color CMYK) of #cab5ab color hex is 0.00, 0.10, 0.15, 0.21. Web safe color of #cab5ab is #cccc99. Color #cab5ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110101 10101011
Octal 312 265 253
Decimal 202 181 171
Hex CA B5 AB

RGB Percentages of Color #cab5ab

%36.46
%32.67
%30.87

CMYK Percentages of Color #cab5ab

%0
%10
%15
%21

Triadic Colors of #cab5ab

#cab5ab #abcab5 #b5abca

Analogous Colors of #cab5ab

#cab5ab #cac5ab #caabb1

Monochromatic Colors of #cab5ab

#cab5ab

Complementary Color

#cab5ab #abc0ca

#cab5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab5ab Color CSS Codes

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

#cab5ab Text Font Color

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

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


#cab5ab Background Color

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

This div background color is #cab5ab


#cab5ab Border Color

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

This div border color is #cab5ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab5ab

#cab5ab Color Palettes


Comments

No comments written yet.

Please login to write comment.