Color Hex Logo

#c8abae Color Hex

#C8ABAE
(200,171,174)
0 Favorites   0 Comments

Color spaces of #c8abae

RGB 200171174
HSL0.980.210.73
HSV354°15°78°
CMYK 0.000.150.13   0.22
XYZ46.022344.461246.2006
Yxy44.46120.33670.3253
Hunter Lab66.67926.51285.5947
CIE-Lab72.535711.00752.3592

#c8abae color RGB value is (200,171,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101011 10101110
Octal 310 253 256
Decimal 200 171 174
Hex C8 AB AE

RGB Percentages of Color #c8abae

%36.70
%31.38
%31.93

CMYK Percentages of Color #c8abae

%0
%15
%13
%22

Triadic Colors of #c8abae

#c8abae #aec8ab #abaec8

Analogous Colors of #c8abae

#c8abae #c8b7ab #c8abbd

Monochromatic Colors of #c8abae

#c8abae

Complementary Color

#c8abae #abc8c5

#c8abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8abae Color CSS Codes

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

#c8abae Text Font Color

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

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


#c8abae Background Color

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

This div background color is #c8abae


#c8abae Border Color

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

This div border color is #c8abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8abae


Comments

No comments written yet.

Please login to write comment.