Color Hex Logo

#c8abac Color Hex

#C8ABAC
(200,171,172)
0 Favorites   0 Comments

Color spaces of #c8abac

RGB 200171172
HSL0.990.210.73
HSV358°15°78°
CMYK 0.000.150.14   0.22
XYZ45.828744.383745.1812
Yxy44.38370.33850.3278
Hunter Lab66.62116.20346.4254
CIE-Lab72.484210.67803.3841

#c8abac color RGB value is (200,171,172).

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

The process color (four color CMYK) of #c8abac color hex is 0.00, 0.15, 0.14, 0.22. Web safe color of #c8abac is #cc9999. Color #c8abac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101011 10101100
Octal 310 253 254
Decimal 200 171 172
Hex C8 AB AC

RGB Percentages of Color #c8abac

%36.83
%31.49
%31.68

CMYK Percentages of Color #c8abac

%0
%15
%14
%22

Triadic Colors of #c8abac

#c8abac #acc8ab #abacc8

Analogous Colors of #c8abac

#c8abac #c8b9ab #c8abbb

Monochromatic Colors of #c8abac

#c8abac

Complementary Color

#c8abac #abc8c7

#c8abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8abac Color CSS Codes

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

#c8abac Text Font Color

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

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


#c8abac Background Color

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

This div background color is #c8abac


#c8abac Border Color

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

This div border color is #c8abac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8abac


Comments

No comments written yet.

Please login to write comment.