Color Hex Logo

#c1abad Color Hex

#C1ABAD
(193,171,173)
0 Favorites   0 Comments

Color spaces of #c1abad

RGB 193171173
HSL0.980.150.71
HSV355°11°76°
CMYK 0.000.110.10   0.24
XYZ44.098143.480445.6035
Yxy43.48040.33110.3265
Hunter Lab65.93973.98005.1531
CIE-Lab71.87988.28451.8787

#c1abad color RGB value is (193,171,173).

#c1abad hex color red value is 193, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c1abad hue: 0.98 , saturation: 0.15 and the lightness value of c1abad is 0.71.

The process color (four color CMYK) of #c1abad color hex is 0.00, 0.11, 0.10, 0.24. Web safe color of #c1abad is #cc9999. Color #c1abad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101011 10101101
Octal 301 253 255
Decimal 193 171 173
Hex C1 AB AD

RGB Percentages of Color #c1abad

%35.94
%31.84
%32.22

CMYK Percentages of Color #c1abad

%0
%11
%10
%24

Triadic Colors of #c1abad

#c1abad #adc1ab #abadc1

Analogous Colors of #c1abad

#c1abad #c1b4ab #c1abb8

Monochromatic Colors of #c1abad

#c1abad

Complementary Color

#c1abad #abc1bf

#c1abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1abad Color CSS Codes

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

#c1abad Text Font Color

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

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


#c1abad Background Color

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

This div background color is #c1abad


#c1abad Border Color

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

This div border color is #c1abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1abad


Comments

No comments written yet.

Please login to write comment.