Color Hex Logo

#c2a9bd Color Hex

#C2A9BD
(194,169,189)
0 Favorites   0 Comments

Color spaces of #c2a9bd

RGB 194169189
HSL0.870.170.71
HSV312°13°76°
CMYK 0.000.130.03   0.24
XYZ45.621443.519454.1397
Yxy43.51940.31840.3037
Hunter Lab65.96927.9965-2.4797
CIE-Lab71.906112.5779-6.8840

#c2a9bd color RGB value is (194,169,189).

#c2a9bd hex color red value is 194, green value is 169 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c2a9bd hue: 0.87 , saturation: 0.17 and the lightness value of c2a9bd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101001 10111101
Octal 302 251 275
Decimal 194 169 189
Hex C2 A9 BD

RGB Percentages of Color #c2a9bd

%35.14
%30.62
%34.24

CMYK Percentages of Color #c2a9bd

%0
%13
%3
%24

Triadic Colors of #c2a9bd

#c2a9bd #bdc2a9 #a9bdc2

Analogous Colors of #c2a9bd

#c2a9bd #c2a9b1 #bba9c2

Monochromatic Colors of #c2a9bd

#c2a9bd

Complementary Color

#c2a9bd #a9c2ae

#c2a9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2a9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2a9bd Color CSS Codes

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

#c2a9bd Text Font Color

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

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


#c2a9bd Background Color

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

This div background color is #c2a9bd


#c2a9bd Border Color

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

This div border color is #c2a9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2a9bd


Comments

No comments written yet.

Please login to write comment.