Color Hex Logo

#c8adaa Color Hex

#C8ADAA
(200,173,170)
0 Favorites   0 Comments

Color spaces of #c8adaa

RGB 200173170
HSL0.020.210.73
HSV15°78°
CMYK 0.000.140.15   0.22
XYZ46.018745.068844.3039
Yxy45.06880.33990.3329
Hunter Lab67.13334.87537.8655
CIE-Lab72.93729.26675.1369

#c8adaa color RGB value is (200,173,170).

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

The process color (four color CMYK) of #c8adaa color hex is 0.00, 0.14, 0.15, 0.22. Web safe color of #c8adaa is #cc9999. Color #c8adaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101101 10101010
Octal 310 255 252
Decimal 200 173 170
Hex C8 AD AA

RGB Percentages of Color #c8adaa

%36.83
%31.86
%31.31

CMYK Percentages of Color #c8adaa

%0
%14
%15
%22

Triadic Colors of #c8adaa

#c8adaa #aac8ad #adaac8

Analogous Colors of #c8adaa

#c8adaa #c8bcaa #c8aab6

Monochromatic Colors of #c8adaa

#c8adaa

Complementary Color

#c8adaa #aac5c8

#c8adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8adaa Color CSS Codes

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

#c8adaa Text Font Color

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

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


#c8adaa Background Color

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

This div background color is #c8adaa


#c8adaa Border Color

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

This div border color is #c8adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8adaa


Comments

No comments written yet.

Please login to write comment.