Color Hex Logo

#c2adad Color Hex

#C2ADAD
(194,173,173)
0 Favorites   0 Comments

Color spaces of #c2adad

RGB 194173173
HSL0.000.150.72
HSV11°76°
CMYK 0.000.110.11   0.24
XYZ44.734544.373645.7424
Yxy44.37360.33170.3291
Hunter Lab66.61353.29865.9160
CIE-Lab72.47757.56142.7574

#c2adad color RGB value is (194,173,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101101 10101101
Octal 302 255 255
Decimal 194 173 173
Hex C2 AD AD

RGB Percentages of Color #c2adad

%35.93
%32.04
%32.04

CMYK Percentages of Color #c2adad

%0
%11
%11
%24

Triadic Colors of #c2adad

#c2adad #adc2ad #adadc2

Analogous Colors of #c2adad

#c2adad #c2b8ad #c2adb8

Monochromatic Colors of #c2adad

#c2adad

Complementary Color

#c2adad #adc2c2

#c2adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2adad Color CSS Codes

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

#c2adad Text Font Color

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

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


#c2adad Background Color

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

This div background color is #c2adad


#c2adad Border Color

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

This div border color is #c2adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2adad

#c2adad Color Palettes


Comments

No comments written yet.

Please login to write comment.