Color Hex Logo

#c2afad Color Hex

#C2AFAD
(194,175,173)
0 Favorites   0 Comments

Color spaces of #c2afad

RGB 194175173
HSL0.020.150.72
HSV11°76°
CMYK 0.000.100.11   0.24
XYZ45.120945.146445.8712
Yxy45.14640.33140.3316
Hunter Lab67.19112.28396.5566
CIE-Lab72.98826.47683.4974

#c2afad color RGB value is (194,175,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101111 10101101
Octal 302 257 255
Decimal 194 175 173
Hex C2 AF AD

RGB Percentages of Color #c2afad

%35.79
%32.29
%31.92

CMYK Percentages of Color #c2afad

%0
%10
%11
%24

Triadic Colors of #c2afad

#c2afad #adc2af #afadc2

Analogous Colors of #c2afad

#c2afad #c2baad #c2adb6

Monochromatic Colors of #c2afad

#c2afad

Complementary Color

#c2afad #adc0c2

#c2afad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2afad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2afad Color CSS Codes

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

#c2afad Text Font Color

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

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


#c2afad Background Color

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

This div background color is #c2afad


#c2afad Border Color

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

This div border color is #c2afad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2afad


Comments

No comments written yet.

Please login to write comment.