Color Hex Logo

#c5adac Color Hex

#C5ADAC
(197,173,172)
0 Favorites   0 Comments

Color spaces of #c5adac

RGB 197173172
HSL0.010.180.72
HSV13°77°
CMYK 0.000.120.13   0.23
XYZ45.415944.736045.2710
Yxy44.73600.33540.3303
Hunter Lab66.88504.15556.6891
CIE-Lab72.71778.49083.6879

#c5adac color RGB value is (197,173,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101101 10101100
Octal 305 255 254
Decimal 197 173 172
Hex C5 AD AC

RGB Percentages of Color #c5adac

%36.35
%31.92
%31.73

CMYK Percentages of Color #c5adac

%0
%12
%13
%23

Triadic Colors of #c5adac

#c5adac #acc5ad #adacc5

Analogous Colors of #c5adac

#c5adac #c5baac #c5acb8

Monochromatic Colors of #c5adac

#c5adac

Complementary Color

#c5adac #acc4c5

#c5adac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5adac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5adac Color CSS Codes

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

#c5adac Text Font Color

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

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


#c5adac Background Color

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

This div background color is #c5adac


#c5adac Border Color

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

This div border color is #c5adac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5adac


Comments

No comments written yet.

Please login to write comment.