Color Hex Logo

#c0adaa Color Hex

#C0ADAA
(192,173,170)
0 Favorites   0 Comments

Color spaces of #c0adaa

RGB 192173170
HSL0.020.150.71
HSV11°75°
CMYK 0.000.100.11   0.25
XYZ43.937543.995944.2065
Yxy43.99590.33250.3329
Hunter Lab66.32942.16446.9156
CIE-Lab72.22586.32294.0190

#c0adaa color RGB value is (192,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101101 10101010
Octal 300 255 252
Decimal 192 173 170
Hex C0 AD AA

RGB Percentages of Color #c0adaa

%35.89
%32.34
%31.78

CMYK Percentages of Color #c0adaa

%0
%10
%11
%25

Triadic Colors of #c0adaa

#c0adaa #aac0ad #adaac0

Analogous Colors of #c0adaa

#c0adaa #c0b8aa #c0aab2

Monochromatic Colors of #c0adaa

#c0adaa

Complementary Color

#c0adaa #aabdc0

#c0adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0adaa Color CSS Codes

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

#c0adaa Text Font Color

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

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


#c0adaa Background Color

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

This div background color is #c0adaa


#c0adaa Border Color

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

This div border color is #c0adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0adaa


Comments

No comments written yet.

Please login to write comment.