Color Hex Logo

#c1abaf Color Hex

#C1ABAF
(193,171,175)
0 Favorites   0 Comments

Color spaces of #c1abaf

RGB 193171175
HSL0.970.150.71
HSV349°11°76°
CMYK 0.000.110.09   0.24
XYZ44.293143.558446.6306
Yxy43.55840.32940.3239
Hunter Lab65.99884.29704.3086
CIE-Lab71.93238.62780.8541

#c1abaf color RGB value is (193,171,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101011 10101111
Octal 301 253 257
Decimal 193 171 175
Hex C1 AB AF

RGB Percentages of Color #c1abaf

%35.81
%31.73
%32.47

CMYK Percentages of Color #c1abaf

%0
%11
%9
%24

Triadic Colors of #c1abaf

#c1abaf #afc1ab #abafc1

Analogous Colors of #c1abaf

#c1abaf #c1b2ab #c1abba

Monochromatic Colors of #c1abaf

#c1abaf

Complementary Color

#c1abaf #abc1bd

#c1abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1abaf Color CSS Codes

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

#c1abaf Text Font Color

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

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


#c1abaf Background Color

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

This div background color is #c1abaf


#c1abaf Border Color

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

This div border color is #c1abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1abaf


Comments

No comments written yet.

Please login to write comment.