Color Hex Logo

#c2adac Color Hex

#C2ADAC
(194,173,172)
0 Favorites   0 Comments

Color spaces of #c2adac

RGB 194173172
HSL0.010.150.72
HSV11°76°
CMYK 0.000.110.11   0.24
XYZ44.638144.335045.2346
Yxy44.33500.33260.3303
Hunter Lab66.58453.14306.3302
CIE-Lab72.45187.39243.2695

#c2adac color RGB value is (194,173,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101101 10101100
Octal 302 255 254
Decimal 194 173 172
Hex C2 AD AC

RGB Percentages of Color #c2adac

%35.99
%32.10
%31.91

CMYK Percentages of Color #c2adac

%0
%11
%11
%24

Triadic Colors of #c2adac

#c2adac #acc2ad #adacc2

Analogous Colors of #c2adac

#c2adac #c2b8ac #c2acb6

Monochromatic Colors of #c2adac

#c2adac

Complementary Color

#c2adac #acc1c2

#c2adac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2adac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2adac Color CSS Codes

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

#c2adac Text Font Color

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

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


#c2adac Background Color

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

This div background color is #c2adac


#c2adac Border Color

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

This div border color is #c2adac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2adac


Comments

No comments written yet.

Please login to write comment.