Color Hex Logo

#c2adaa Color Hex

#C2ADAA
(194,173,170)
0 Favorites   0 Comments

Color spaces of #c2adaa

RGB 194173170
HSL0.020.160.71
HSV12°76°
CMYK 0.000.110.12   0.24
XYZ44.447444.258844.2304
Yxy44.25880.33440.3329
Hunter Lab66.52732.83457.1504
CIE-Lab72.40117.05674.2947

#c2adaa color RGB value is (194,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101101 10101010
Octal 302 255 252
Decimal 194 173 170
Hex C2 AD AA

RGB Percentages of Color #c2adaa

%36.13
%32.22
%31.66

CMYK Percentages of Color #c2adaa

%0
%11
%12
%24

Triadic Colors of #c2adaa

#c2adaa #aac2ad #adaac2

Analogous Colors of #c2adaa

#c2adaa #c2b9aa #c2aab3

Monochromatic Colors of #c2adaa

#c2adaa

Complementary Color

#c2adaa #aabfc2

#c2adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2adaa Color CSS Codes

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

#c2adaa Text Font Color

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

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


#c2adaa Background Color

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

This div background color is #c2adaa


#c2adaa Border Color

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

This div border color is #c2adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2adaa


Comments

No comments written yet.

Please login to write comment.