Color Hex Logo

#c4adac Color Hex

#C4ADAC
(196,173,172)
0 Favorites   0 Comments

Color spaces of #c4adac

RGB 196173172
HSL0.010.170.72
HSV12°77°
CMYK 0.000.120.12   0.23
XYZ45.154944.601545.2587
Yxy44.60150.33440.3303
Hunter Lab66.78443.81666.5692
CIE-Lab72.62878.12423.5479

#c4adac color RGB value is (196,173,172).

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

The process color (four color CMYK) of #c4adac color hex is 0.00, 0.12, 0.12, 0.23. Web safe color of #c4adac is #cc9999. Color #c4adac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101101 10101100
Octal 304 255 254
Decimal 196 173 172
Hex C4 AD AC

RGB Percentages of Color #c4adac

%36.23
%31.98
%31.79

CMYK Percentages of Color #c4adac

%0
%12
%12
%23

Triadic Colors of #c4adac

#c4adac #acc4ad #adacc4

Analogous Colors of #c4adac

#c4adac #c4b9ac #c4acb7

Monochromatic Colors of #c4adac

#c4adac

Complementary Color

#c4adac #acc3c4

#c4adac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4adac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4adac Color CSS Codes

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

#c4adac Text Font Color

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

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


#c4adac Background Color

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

This div background color is #c4adac


#c4adac Border Color

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

This div border color is #c4adac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4adac


Comments

No comments written yet.

Please login to write comment.