Color Hex Logo

#c8abad Color Hex

#C8ABAD
(200,171,173)
0 Favorites   0 Comments

Color spaces of #c8abad

RGB 200171173
HSL0.990.210.73
HSV356°15°78°
CMYK 0.000.150.14   0.22
XYZ45.925244.422345.6890
Yxy44.42230.33760.3265
Hunter Lab66.65016.35786.0114
CIE-Lab72.509910.84252.8715

#c8abad color RGB value is (200,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101011 10101101
Octal 310 253 255
Decimal 200 171 173
Hex C8 AB AD

RGB Percentages of Color #c8abad

%36.76
%31.43
%31.80

CMYK Percentages of Color #c8abad

%0
%15
%14
%22

Triadic Colors of #c8abad

#c8abad #adc8ab #abadc8

Analogous Colors of #c8abad

#c8abad #c8b8ab #c8abbc

Monochromatic Colors of #c8abad

#c8abad

Complementary Color

#c8abad #abc8c6

#c8abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8abad Color CSS Codes

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

#c8abad Text Font Color

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

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


#c8abad Background Color

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

This div background color is #c8abad


#c8abad Border Color

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

This div border color is #c8abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8abad

#c8abad Color Palettes


Comments

No comments written yet.

Please login to write comment.