Color Hex Logo

#c2acbc Color Hex

#C2ACBC
(194,172,188)
0 Favorites   0 Comments

Color spaces of #c2acbc

RGB 194172188
HSL0.880.150.72
HSV316°11°76°
CMYK 0.000.110.03   0.24
XYZ46.077844.605253.7581
Yxy44.60520.31900.3088
Hunter Lab66.78716.2733-0.9725
CIE-Lab72.631210.7537-5.2607

#c2acbc color RGB value is (194,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101100 10111100
Octal 302 254 274
Decimal 194 172 188
Hex C2 AC BC

RGB Percentages of Color #c2acbc

%35.02
%31.05
%33.94

CMYK Percentages of Color #c2acbc

%0
%11
%3
%24

Triadic Colors of #c2acbc

#c2acbc #bcc2ac #acbcc2

Analogous Colors of #c2acbc

#c2acbc #c2acb1 #bdacc2

Monochromatic Colors of #c2acbc

#c2acbc

Complementary Color

#c2acbc #acc2b2

#c2acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2acbc Color CSS Codes

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

#c2acbc Text Font Color

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

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


#c2acbc Background Color

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

This div background color is #c2acbc


#c2acbc Border Color

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

This div border color is #c2acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2acbc


Comments

No comments written yet.

Please login to write comment.