Color Hex Logo

#c8aba3 Color Hex

#C8ABA3
(200,171,163)
0 Favorites   0 Comments

Color spaces of #c8aba3

RGB 200171163
HSL0.040.250.71
HSV13°19°78°
CMYK 0.000.150.19   0.22
XYZ44.993244.049540.7813
Yxy44.04950.34660.3393
Hunter Lab66.36984.861010.0278
CIE-Lab72.26169.24048.0089

#c8aba3 color RGB value is (200,171,163).

#c8aba3 hex color red value is 200, green value is 171 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #c8aba3 hue: 0.04 , saturation: 0.25 and the lightness value of c8aba3 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101011 10100011
Octal 310 253 243
Decimal 200 171 163
Hex C8 AB A3

RGB Percentages of Color #c8aba3

%37.45
%32.02
%30.52

CMYK Percentages of Color #c8aba3

%0
%15
%19
%22

Triadic Colors of #c8aba3

#c8aba3 #a3c8ab #aba3c8

Analogous Colors of #c8aba3

#c8aba3 #c8bea3 #c8a3ae

Monochromatic Colors of #c8aba3

#c8aba3

Complementary Color

#c8aba3 #a3c0c8

#c8aba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aba3 Color CSS Codes

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

#c8aba3 Text Font Color

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

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


#c8aba3 Background Color

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

This div background color is #c8aba3


#c8aba3 Border Color

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

This div border color is #c8aba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aba3


Comments

No comments written yet.

Please login to write comment.