Color Hex Logo

#c1adab Color Hex

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

Color spaces of #c1adab

RGB 193173171
HSL0.020.150.71
HSV11°76°
CMYK 0.000.100.11   0.24
XYZ44.286644.164944.7186
Yxy44.16490.33260.3316
Hunter Lab66.45672.65296.6235
CIE-Lab72.33866.85783.6438

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

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

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

Base Numbers

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

RGB Percentages of Color #c1adab

%35.94
%32.22
%31.84

CMYK Percentages of Color #c1adab

%0
%10
%11
%24

Triadic Colors of #c1adab

#c1adab #abc1ad #adabc1

Analogous Colors of #c1adab

#c1adab #c1b8ab #c1abb4

Monochromatic Colors of #c1adab

#c1adab

Complementary Color

#c1adab #abbfc1

#c1adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1adab Color CSS Codes

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

#c1adab Text Font Color

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

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


#c1adab Background Color

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

This div background color is #c1adab


#c1adab Border Color

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

This div border color is #c1adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1adab


Comments

No comments written yet.

Please login to write comment.