Color Hex Logo

#c4ada6 Color Hex

#C4ADA6
(196,173,166)
0 Favorites   0 Comments

Color spaces of #c4ada6

RGB 196173166
HSL0.040.200.71
HSV14°15°77°
CMYK 0.000.120.15   0.23
XYZ44.591544.376142.2916
Yxy44.37610.33970.3381
Hunter Lab66.61542.90878.9898
CIE-Lab72.47927.13946.6259

#c4ada6 color RGB value is (196,173,166).

#c4ada6 hex color red value is 196, green value is 173 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #c4ada6 hue: 0.04 , saturation: 0.20 and the lightness value of c4ada6 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101101 10100110
Octal 304 255 246
Decimal 196 173 166
Hex C4 AD A6

RGB Percentages of Color #c4ada6

%36.64
%32.34
%31.03

CMYK Percentages of Color #c4ada6

%0
%12
%15
%23

Triadic Colors of #c4ada6

#c4ada6 #a6c4ad #ada6c4

Analogous Colors of #c4ada6

#c4ada6 #c4bca6 #c4a6ae

Monochromatic Colors of #c4ada6

#c4ada6

Complementary Color

#c4ada6 #a6bdc4

#c4ada6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ada6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ada6 Color CSS Codes

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

#c4ada6 Text Font Color

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

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


#c4ada6 Background Color

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

This div background color is #c4ada6


#c4ada6 Border Color

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

This div border color is #c4ada6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ada6


Comments

No comments written yet.

Please login to write comment.