Color Hex Logo

#c2acba Color Hex

#C2ACBA
(194,172,186)
0 Favorites   0 Comments

Color spaces of #c2acba

RGB 194172186
HSL0.890.150.72
HSV322°11°76°
CMYK 0.000.110.04   0.24
XYZ45.863644.519652.6302
Yxy44.51960.32070.3113
Hunter Lab66.72305.9308-0.0610
CIE-Lab72.574410.3886-4.2452

#c2acba color RGB value is (194,172,186).

#c2acba hex color red value is 194, green value is 172 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c2acba hue: 0.89 , saturation: 0.15 and the lightness value of c2acba is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101100 10111010
Octal 302 254 272
Decimal 194 172 186
Hex C2 AC BA

RGB Percentages of Color #c2acba

%35.14
%31.16
%33.70

CMYK Percentages of Color #c2acba

%0
%11
%4
%24

Triadic Colors of #c2acba

#c2acba #bac2ac #acbac2

Analogous Colors of #c2acba

#c2acba #c2acaf #bfacc2

Monochromatic Colors of #c2acba

#c2acba

Complementary Color

#c2acba #acc2b4

#c2acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2acba Color CSS Codes

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

#c2acba Text Font Color

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

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


#c2acba Background Color

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

This div background color is #c2acba


#c2acba Border Color

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

This div border color is #c2acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2acba


Comments

No comments written yet.

Please login to write comment.