Color Hex Logo

#c1acb4 Color Hex

#C1ACB4
(193,172,180)
0 Favorites   0 Comments

Color spaces of #c1acb4

RGB 193172180
HSL0.940.140.72
HSV337°11°76°
CMYK 0.000.110.07   0.24
XYZ44.983144.137849.3286
Yxy44.13780.32490.3188
Hunter Lab66.43634.59642.4829
CIE-Lab72.32058.9572-1.3298

#c1acb4 color RGB value is (193,172,180).

#c1acb4 hex color red value is 193, green value is 172 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #c1acb4 hue: 0.94 , saturation: 0.14 and the lightness value of c1acb4 is 0.72.

The process color (four color CMYK) of #c1acb4 color hex is 0.00, 0.11, 0.07, 0.24. Web safe color of #c1acb4 is #cc99cc. Color #c1acb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101100 10110100
Octal 301 254 264
Decimal 193 172 180
Hex C1 AC B4

RGB Percentages of Color #c1acb4

%35.41
%31.56
%33.03

CMYK Percentages of Color #c1acb4

%0
%11
%7
%24

Triadic Colors of #c1acb4

#c1acb4 #b4c1ac #acb4c1

Analogous Colors of #c1acb4

#c1acb4 #c1afac #c1acbf

Monochromatic Colors of #c1acb4

#c1acb4

Complementary Color

#c1acb4 #acc1b9

#c1acb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1acb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1acb4 Color CSS Codes

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

#c1acb4 Text Font Color

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

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


#c1acb4 Background Color

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

This div background color is #c1acb4


#c1acb4 Border Color

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

This div border color is #c1acb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1acb4


Comments

No comments written yet.

Please login to write comment.