Color Hex Logo

#c7adac Color Hex

#C7ADAC
(199,173,172)
0 Favorites   0 Comments

Color spaces of #c7adac

RGB 199173172
HSL0.010.190.73
HSV14°78°
CMYK 0.000.130.14   0.22
XYZ45.943245.007845.2956
Yxy45.00780.33720.3303
Hunter Lab67.08794.83696.9308
CIE-Lab72.89709.22493.9700

#c7adac color RGB value is (199,173,172).

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

The process color (four color CMYK) of #c7adac color hex is 0.00, 0.13, 0.14, 0.22. Web safe color of #c7adac is #cc9999. Color #c7adac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101101 10101100
Octal 307 255 254
Decimal 199 173 172
Hex C7 AD AC

RGB Percentages of Color #c7adac

%36.58
%31.80
%31.62

CMYK Percentages of Color #c7adac

%0
%13
%14
%22

Triadic Colors of #c7adac

#c7adac #acc7ad #adacc7

Analogous Colors of #c7adac

#c7adac #c7bbac #c7acb9

Monochromatic Colors of #c7adac

#c7adac

Complementary Color

#c7adac #acc6c7

#c7adac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7adac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7adac Color CSS Codes

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

#c7adac Text Font Color

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

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


#c7adac Background Color

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

This div background color is #c7adac


#c7adac Border Color

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

This div border color is #c7adac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,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 #c7adac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7adac


Comments

No comments written yet.

Please login to write comment.