Color Hex Logo

#cba8ab Color Hex

#CBA8AB
(203,168,171)
0 Favorites   0 Comments

Color spaces of #cba8ab

RGB 203168171
HSL0.990.250.73
HSV355°17°80°
CMYK 0.000.170.16   0.20
XYZ45.981943.642044.5283
Yxy43.64200.34280.3253
Hunter Lab66.06218.63466.2798
CIE-Lab71.988613.25093.2515

#cba8ab color RGB value is (203,168,171).

#cba8ab hex color red value is 203, green value is 168 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cba8ab hue: 0.99 , saturation: 0.25 and the lightness value of cba8ab is 0.73.

The process color (four color CMYK) of #cba8ab color hex is 0.00, 0.17, 0.16, 0.20. Web safe color of #cba8ab is #cc9999. Color #cba8ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101000 10101011
Octal 313 250 253
Decimal 203 168 171
Hex CB A8 AB

RGB Percentages of Color #cba8ab

%37.45
%31.00
%31.55

CMYK Percentages of Color #cba8ab

%0
%17
%16
%20

Triadic Colors of #cba8ab

#cba8ab #abcba8 #a8abcb

Analogous Colors of #cba8ab

#cba8ab #cbb7a8 #cba8bd

Monochromatic Colors of #cba8ab

#cba8ab

Complementary Color

#cba8ab #a8cbc8

#cba8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba8ab Color CSS Codes

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

#cba8ab Text Font Color

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

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


#cba8ab Background Color

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

This div background color is #cba8ab


#cba8ab Border Color

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

This div border color is #cba8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba8ab


Comments

No comments written yet.

Please login to write comment.